Skip to content

Commit

Permalink
Merge pull request #1943 from jenkinsci/updatecli_master_20863217c1ac…
Browse files Browse the repository at this point in the history
…da5d7d19ed8cdce74e32a81b31d946e6c3e439bcd0d0f573f0dd

Bump Debian Bookworm Linux Version to 20241016
  • Loading branch information
dduportal authored Oct 21, 2024
2 parents 7c0ccae + e047643 commit 05911e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20240926
ARG BOOKWORM_TAG=20241016

FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build

Expand Down
2 changes: 1 addition & 1 deletion debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20240926
ARG BOOKWORM_TAG=20241016

FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ variable "JAVA21_VERSION" {
}

variable "BOOKWORM_TAG" {
default = "20240926"
default = "20241016"
}

# ---- user-defined functions ----
Expand Down

0 comments on commit 05911e7

Please sign in to comment.