Skip to content

Commit 8b93fd4

Browse files
chore: Bump JDK17 default ARG version on Debian Dockerfile
Made with ❤️️ by updatecli
1 parent 4290a02 commit 8b93fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ARG TARGETPLATFORM
3131
COPY jdk-download-url.sh /usr/bin/local/jdk-download-url.sh
3232
COPY jdk-download.sh /usr/bin/local/jdk-download.sh
3333

34-
ARG JAVA_VERSION=17.0.15_6
34+
ARG JAVA_VERSION=17.0.16_8
3535
# hadolint ignore=DL3008
3636
RUN set -x; apt-get update \
3737
&& apt-get install --no-install-recommends -y \

0 commit comments

Comments
 (0)