Skip to content

Commit 996fae1

Browse files
committed
Update oracledb client version
1 parent dd744ea commit 996fae1

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
@@ -11,9 +11,9 @@ RUN apt-get update --yes && \
1111
apt-get clean && rm -rf /var/lib/apt/lists/*
1212

1313
# Oracle
14-
ARG INSTANTCLIENT_MAJOR_VERSION=21
15-
ARG INSTANTCLIENT_BIN_SUFFIX=${INSTANTCLIENT_MAJOR_VERSION}.11.0.0.0-1.el8.x86_64.rpm
16-
ARG INSTANTCLIENT_URL=https://download.oracle.com/otn_software/linux/instantclient/2111000
14+
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
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.

0 commit comments

Comments
 (0)