Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Instant Client to 19.25 #2888

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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