Skip to content

Commit 2dc434f

Browse files
authored
Merge pull request #2017 from jenkinsci/updatecli_master_20863217c1acda5d7d19ed8cdce74e32a81b31d946e6c3e439bcd0d0f573f0dd
2 parents 0966d44 + df99c45 commit 2dc434f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debian/bookworm-slim/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BOOKWORM_TAG=20250407
1+
ARG BOOKWORM_TAG=20250428
22

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

debian/bookworm/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BOOKWORM_TAG=20250407
1+
ARG BOOKWORM_TAG=20250428
22

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

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ variable "JAVA21_VERSION" {
9191
}
9292

9393
variable "BOOKWORM_TAG" {
94-
default = "20250407"
94+
default = "20250428"
9595
}
9696

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

0 commit comments

Comments
 (0)