Skip to content

Commit

Permalink
Update Instant Client to 19.25 (#2888)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Jones <[email protected]>
  • Loading branch information
cjbj authored Nov 8, 2024
1 parent 5fcdc5d commit ed648c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OracleInstantClient/oraclelinux7/19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
FROM oraclelinux:7-slim

ARG release=19
ARG update=23
ARG update=25

RUN yum -y install oracle-release-el7 && \
yum -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \
Expand Down
2 changes: 1 addition & 1 deletion OracleInstantClient/oraclelinux8/19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
FROM oraclelinux:8

ARG release=19
ARG update=23
ARG update=25

RUN dnf -y install oracle-release-el8 && \
dnf -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \
Expand Down

0 comments on commit ed648c5

Please sign in to comment.