Skip to content

Commit

Permalink
Merge pull request #321 from jenkinsci/updatecli_30f2d82337ae65ce5a10…
Browse files Browse the repository at this point in the history
…c6caec6643460e571217be709233fab48c2af63680ee

Bump Debian Bookworm Linux version to bookworm-20230919
  • Loading branch information
dduportal authored Sep 25, 2023
2 parents 0488816 + 0e17092 commit dce12fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION=17.0.8.1_1
ARG DEBIAN_RELEASE=bookworm-20230904
ARG DEBIAN_RELEASE=bookworm-20230919
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal AS jre-build

# This Build ARG is populated by Docker
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ variable "JAVA21_VERSION" {
}

variable "DEBIAN_RELEASE" {
default = "bookworm-20230904"
default = "bookworm-20230919"
}

target "alpine_jdk11" {
Expand Down

0 comments on commit dce12fd

Please sign in to comment.