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 4290a02 commit 8b93fd4Copy full SHA for 8b93fd4
debian/Dockerfile
@@ -31,7 +31,7 @@ ARG TARGETPLATFORM
31
COPY jdk-download-url.sh /usr/bin/local/jdk-download-url.sh
32
COPY jdk-download.sh /usr/bin/local/jdk-download.sh
33
34
-ARG JAVA_VERSION=17.0.15_6
+ARG JAVA_VERSION=17.0.16_8
35
# hadolint ignore=DL3008
36
RUN set -x; apt-get update \
37
&& apt-get install --no-install-recommends -y \
0 commit comments