Skip to content

Commit

Permalink
Merge branch 'weekly' into weekly-with-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Feb 10, 2025
2 parents f838617 + bf6ce27 commit a9bebc0
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 a9bebc0

Please sign in to comment.