Skip to content

Commit

Permalink
Merge branch 'master' into updatecli_50c84c1269a8808873a6f33de98c896f…
Browse files Browse the repository at this point in the history
…e716228392436bfa5a4d0f4d88795f6a
  • Loading branch information
MarkEWaite authored Jan 29, 2024
2 parents 7cc2f16 + cc6730d commit e62eccc
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-20231218
ARG DEBIAN_RELEASE=bookworm-20240110
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy 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 @@ -80,7 +80,7 @@ variable "JAVA21_PREVIEW_VERSION" {
}

variable "DEBIAN_RELEASE" {
default = "bookworm-20231218"
default = "bookworm-20240110"
}

target "alpine_jdk11" {
Expand Down

0 comments on commit e62eccc

Please sign in to comment.