Skip to content

Commit

Permalink
chore: Bump JDK17 default ARG version on Debian Dockerfile
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Jul 26, 2024
1 parent 4c3ff90 commit d8c6e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG TARGETPLATFORM
COPY jdk-download-url.sh /usr/bin/local/jdk-download-url.sh
COPY jdk-download.sh /usr/bin/local/jdk-download.sh

ARG JAVA_VERSION=17.0.11_9
ARG JAVA_VERSION=17.0.12_7
# hadolint ignore=DL3008
RUN set -x; apt-get update \
&& apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit d8c6e84

Please sign in to comment.