Skip to content

Commit 9be7970

Browse files
authored
Update dependencies and sync with 3.4 (#3560)
1 parent 2e2167e commit 9be7970

File tree

4 files changed

+654
-6
lines changed

4 files changed

+654
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# $ ./buildDockerImage.sh [-t <image-name>]
88
#
99
# -------------------------
10-
FROM ghcr.io/oracle/oraclelinux:8-slim AS jre-build
10+
FROM ghcr.io/oracle/oraclelinux:9-slim AS jre-build
1111

12-
ENV JAVA_URL="https://download.java.net/java/GA/jdk18.0.2/f6ad4b4450fd4d298113270ec84f30ee/9/GPL/openjdk-18.0.2_linux-x64_bin.tar.gz"
12+
ENV JAVA_URL="https://download.java.net/java/GA/jdk19.0.1/afdd2e245b014143b62ccb916125e3ce/10/GPL/openjdk-19.0.1_linux-x64_bin.tar.gz"
1313

1414
RUN set -eux; \
1515
microdnf -y install gzip tar; \

0 commit comments

Comments
 (0)