Skip to content

Commit

Permalink
Bump Debian Bookworm Linux Version to 20240513 (#1879)
Browse files Browse the repository at this point in the history
* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...

... ockerfiles

Made with ❤️️ by updatecli

* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the d...

... ocker-bake.hcl

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 14, 2024
1 parent fa72e0a commit a1a7316
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=20240423
ARG BOOKWORM_TAG=20240513

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=20240423
ARG BOOKWORM_TAG=20240513

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 @@ -105,7 +105,7 @@ variable "JAVA21_VERSION" {
}

variable "BOOKWORM_TAG" {
default = "20240423"
default = "20240513"
}

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

0 comments on commit a1a7316

Please sign in to comment.