Skip to content

Commit

Permalink
chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...
Browse files Browse the repository at this point in the history
... ockerfiles

Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Oct 21, 2024
1 parent 4986a32 commit e047643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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=20240926
ARG BOOKWORM_TAG=20241016

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=20240926
ARG BOOKWORM_TAG=20241016

FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build

Expand Down

0 comments on commit e047643

Please sign in to comment.