We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2368a5c commit f3deb9aCopy full SHA for f3deb9a
Dockerfile
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2017, 2023, Oracle and/or its affiliates.
+# Copyright (c) 2017, 2024, Oracle and/or its affiliates.
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
#
4
# HOW TO BUILD THIS IMAGE
@@ -9,7 +9,7 @@
9
# -------------------------
10
FROM ghcr.io/oracle/oraclelinux:9-slim AS jre-build
11
12
-ENV JAVA_URL="https://download.oracle.com/java/17/archive/jdk-17.0.8_linux-x64_bin.tar.gz"
+ENV JAVA_URL="https://download.oracle.com/java/17/archive/jdk-17.0.10_linux-x64_bin.tar.gz"
13
14
RUN set -eux; \
15
microdnf -y install gzip tar; \
0 commit comments