From c9286d440cf9750ca5078d81d1c3fff3ba2dab3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 06:28:34 -0600 Subject: [PATCH] Bump Debian Bookworm Linux version to bookworm-20240612 (#427) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the... ... Dockerfile Made with ❤️️ by updatecli * chore: Update the default value of the variable DEBIAN_RELEASE in the... ... docker-bake.hcl Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hervé Le Meur <91831478+lemeurherve@users.noreply.github.com> --- debian/Dockerfile | 2 +- docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index 6c28bf16..8101a368 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -19,7 +19,7 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG DEBIAN_RELEASE=bookworm-20240513 +ARG DEBIAN_RELEASE=bookworm-20240612 FROM debian:"${DEBIAN_RELEASE}"-slim as jre-build SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"] diff --git a/docker-bake.hcl b/docker-bake.hcl index 87b3e24d..5d062ba1 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -73,7 +73,7 @@ variable "JAVA21_PREVIEW_VERSION" { } variable "DEBIAN_RELEASE" { - default = "bookworm-20240513" + default = "bookworm-20240612" } variable "default_jdk" {