From 8b3d5836ae21390ab374b154b94b7ac33d615243 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 01:55:41 +0000 Subject: [PATCH] Bump Debian Bookworm Linux Version to 20240311 (#1839) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the d... ... ocker-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- 11/debian/bookworm-slim/hotspot/Dockerfile | 2 +- 11/debian/bookworm/hotspot/Dockerfile | 2 +- 17/debian/bookworm-slim/hotspot/Dockerfile | 2 +- 17/debian/bookworm/hotspot/Dockerfile | 2 +- 21/debian/bookworm-slim/hotspot/Dockerfile | 2 +- 21/debian/bookworm/hotspot/Dockerfile | 2 +- docker-bake.hcl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/11/debian/bookworm-slim/hotspot/Dockerfile b/11/debian/bookworm-slim/hotspot/Dockerfile index 98a74c9a92..71e8dda127 100644 --- a/11/debian/bookworm-slim/hotspot/Dockerfile +++ b/11/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240211 +ARG BOOKWORM_TAG=20240311 ARG JAVA_VERSION=11.0.22_7 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/11/debian/bookworm/hotspot/Dockerfile b/11/debian/bookworm/hotspot/Dockerfile index 52afa44f04..bf53ede534 100644 --- a/11/debian/bookworm/hotspot/Dockerfile +++ b/11/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240211 +ARG BOOKWORM_TAG=20240311 ARG JAVA_VERSION=11.0.22_7 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/17/debian/bookworm-slim/hotspot/Dockerfile b/17/debian/bookworm-slim/hotspot/Dockerfile index f6bb0596c1..d9fd8d56d3 100644 --- a/17/debian/bookworm-slim/hotspot/Dockerfile +++ b/17/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240211 +ARG BOOKWORM_TAG=20240311 ARG JAVA_VERSION=17.0.10_7 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/17/debian/bookworm/hotspot/Dockerfile b/17/debian/bookworm/hotspot/Dockerfile index f5d9d92de2..81791e1088 100644 --- a/17/debian/bookworm/hotspot/Dockerfile +++ b/17/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240211 +ARG BOOKWORM_TAG=20240311 ARG JAVA_VERSION=17.0.10_7 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/21/debian/bookworm-slim/hotspot/Dockerfile b/21/debian/bookworm-slim/hotspot/Dockerfile index f276b87939..a00efd2768 100644 --- a/21/debian/bookworm-slim/hotspot/Dockerfile +++ b/21/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240211 +ARG BOOKWORM_TAG=20240311 ARG JAVA_VERSION=21.0.2_13 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/21/debian/bookworm/hotspot/Dockerfile b/21/debian/bookworm/hotspot/Dockerfile index fe7eab295c..2fbd23688b 100644 --- a/21/debian/bookworm/hotspot/Dockerfile +++ b/21/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20240211 +ARG BOOKWORM_TAG=20240311 ARG JAVA_VERSION=21.0.2_13 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/docker-bake.hcl b/docker-bake.hcl index 616b02af8c..206b63d92e 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -105,7 +105,7 @@ variable "JAVA21_VERSION" { } variable "BOOKWORM_TAG" { - default = "20240211" + default = "20240311" } # ---- user-defined functions ----