Skip to content

Commit

Permalink
Merge branch 'lts' into lts-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Feb 11, 2025
2 parents 286aa9a + 20a6b2b commit 1e90b79
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=20250113
ARG BOOKWORM_TAG=20250203

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=20250113
ARG BOOKWORM_TAG=20250203

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 = "20250113"
default = "20250203"
}

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

0 comments on commit 1e90b79

Please sign in to comment.