From fc8bb4677c2d4b31f6a6f74f5e88c2ef28f31e0d Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:52:23 +0000 Subject: [PATCH 1/3] chore: Bump JDK17 default ARG version on Debian Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index 9ef11139..1385361e 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,4 +1,4 @@ -ARG JAVA_VERSION=17.0.8.1_1 +ARG JAVA_VERSION=17.0.10_7 ARG DEBIAN_RELEASE=bookworm-20240311 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy AS jre-build From f39be87a0b9c8b23d1568a1b049562cb2c5a9956 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:52:24 +0000 Subject: [PATCH 2/3] chore: Bump JDK17 default ARG version on Alpine Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 1039f698..cabaca60 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -ARG JAVA_VERSION=17.0.8.1_1 +ARG JAVA_VERSION=17.0.10_7 ARG ALPINE_TAG=3.19.1 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build From ccd6a2b3fe46a5053b26214950167db7c3aeebd6 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:52:25 +0000 Subject: [PATCH 3/3] chore: Bump JDK17 version for Linux images in the docker-bake.hcl file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 65102398..da654df5 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -69,7 +69,7 @@ variable "JAVA11_VERSION" { } variable "JAVA17_VERSION" { - default = "17.0.8.1_1" + default = "17.0.10_7" } variable "JAVA21_VERSION" {