Bump Debian Bookworm Linux Version to 20250224 (#1994)

* 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] 2025-03-10 07:32:40 -06:00 committed by GitHub
parent 7a8fd65bf7
commit 8f407b0b88
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=20250203
ARG BOOKWORM_TAG=20250224
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim AS jre-build

View File

@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20250203
ARG BOOKWORM_TAG=20250224
FROM debian:bookworm-"${BOOKWORM_TAG}" AS jre-build

View File

@ -91,7 +91,7 @@ variable "JAVA21_VERSION" {
}
variable "BOOKWORM_TAG" {
default = "20250203"
default = "20250224"
}
# ---- user-defined functions ----