Bump Debian Bookworm Linux Version to 20240812 (#1916)

* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...

... ockerfiles

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

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-08-18 20:46:45 -06:00 committed by GitHub
parent 234da4b5ff
commit dfd1dc58d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20240722
ARG BOOKWORM_TAG=20240812
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build

View File

@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20240722
ARG BOOKWORM_TAG=20240812
FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build

View File

@ -120,7 +120,7 @@ variable "JAVA21_VERSION" {
}
variable "BOOKWORM_TAG" {
default = "20240722"
default = "20240812"
}
# ---- user-defined functions ----