Skip to content

Commit db59ea4

Browse files
Bump Debian Bookworm Linux version to bookworm-20231009 (#331)
* chore: Update the default value of the variable DEBIAN_RELEASE in the... ... docker-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the... ... Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 874df62 commit db59ea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG JAVA_VERSION=17.0.8.1_1
2-
ARG DEBIAN_RELEASE=bookworm-20230919
2+
ARG DEBIAN_RELEASE=bookworm-20231009
33
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal AS jre-build
44

55
# This Build ARG is populated by Docker

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ variable "JAVA21_VERSION" {
7575
}
7676

7777
variable "DEBIAN_RELEASE" {
78-
default = "bookworm-20230919"
78+
default = "bookworm-20231009"
7979
}
8080

8181
target "alpine_jdk11" {

0 commit comments

Comments
 (0)