From acd8c5a54d9a36a946ee7e28f811e9cfde6fcb17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:57:53 -0600 Subject: [PATCH] Bump JDK17 version to 17.0.13_11 (#899) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Bump JDK17 version for Linux images in the docker-bake.hcl file Made with ❤️️ by updatecli * chore: Bump JDK17 default ARG version on Debian Dockerfile Made with ❤️️ by updatecli * chore: Bump JDK17 default ARG version on Alpine Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- alpine/Dockerfile | 2 +- debian/Dockerfile | 2 +- docker-bake.hcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index b2b82f550..67e7d3aba 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -31,7 +31,7 @@ ARG TARGETPLATFORM COPY adoptium-get-jdk-link.sh /usr/bin/local/adoptium-get-jdk-link.sh COPY adoptium-install-jdk.sh /usr/bin/local/adoptium-install-jdk.sh -ARG JAVA_VERSION=17.0.12_7 +ARG JAVA_VERSION=17.0.13_11 # hadolint ignore=DL3018 RUN apk add --no-cache \ ca-certificates \ diff --git a/debian/Dockerfile b/debian/Dockerfile index 6c9e20c62..f2eaebfd9 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -31,7 +31,7 @@ ARG TARGETPLATFORM COPY adoptium-get-jdk-link.sh /usr/bin/local/adoptium-get-jdk-link.sh COPY adoptium-install-jdk.sh /usr/bin/local/adoptium-install-jdk.sh -ARG JAVA_VERSION=17.0.12_7 +ARG JAVA_VERSION=17.0.13_11 # hadolint ignore=DL3008 RUN set -x; apt-get update \ && apt-get install --no-install-recommends -y \ diff --git a/docker-bake.hcl b/docker-bake.hcl index bba81d367..d3308304a 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -75,7 +75,7 @@ variable "default_jdk" { } variable "JAVA17_VERSION" { - default = "17.0.12_7" + default = "17.0.13_11" } variable "JAVA21_VERSION" {