Skip to content

Commit 72aea74

Browse files
authored
Update OracleDB Instant Client version (#2194)
1 parent 67dd549 commit 72aea74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/using/recipe_code/oracledb.dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ RUN apt-get update --yes && \
1212

1313
# Oracle
1414
ARG INSTANTCLIENT_MAJOR_VERSION=23
15-
ARG INSTANTCLIENT_BIN_SUFFIX=${INSTANTCLIENT_MAJOR_VERSION}.4.0.24.05-1.el9.x86_64.rpm
16-
ARG INSTANTCLIENT_URL=https://download.oracle.com/otn_software/linux/instantclient/2340000
15+
ARG INSTANTCLIENT_BIN_SUFFIX=${INSTANTCLIENT_MAJOR_VERSION}.6.0.24.10-1.el9.x86_64.rpm
16+
ARG INSTANTCLIENT_URL=https://download.oracle.com/otn_software/linux/instantclient/2360000
1717

1818
# Then install Oracle SQL Instant client, SQL+Plus, tools, and JDBC.
1919
# Note: You may need to change the URL to a newer version.
20-
# See: https://www.oracle.com/es/database/technologies/instant-client/linux-x86-64-downloads.html
20+
# See: https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html
2121
RUN mkdir "/opt/oracle"
2222
WORKDIR "/opt/oracle"
2323
# alien doesn't work well with sqlplus, so skipping it for now

0 commit comments

Comments
 (0)