Skip to content

Commit 8967303

Browse files
Bump Debian Bookworm Linux Version to 20241223 (#1973)
* 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>
1 parent 1b741bb commit 8967303

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debian/bookworm-slim/hotspot/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BOOKWORM_TAG=20241202
1+
ARG BOOKWORM_TAG=20241223
22

33
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim AS jre-build
44

debian/bookworm/hotspot/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BOOKWORM_TAG=20241202
1+
ARG BOOKWORM_TAG=20241223
22

33
FROM debian:bookworm-"${BOOKWORM_TAG}" AS jre-build
44

docker-bake.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ variable "JAVA21_VERSION" {
9191
}
9292

9393
variable "BOOKWORM_TAG" {
94-
default = "20241202"
94+
default = "20241223"
9595
}
9696

9797
# ---- user-defined functions ----

0 commit comments

Comments
 (0)