Skip to content

Commit e0cfa8a

Browse files
chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...
... ockerfiles Made with ❤️️ by updatecli
1 parent 0966d44 commit e0cfa8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/bookworm-slim/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BOOKWORM_TAG=20250407
1+
ARG BOOKWORM_TAG=20250428
22

33
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim AS jre-build
44

debian/bookworm/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BOOKWORM_TAG=20250407
1+
ARG BOOKWORM_TAG=20250428
22

33
FROM debian:bookworm-"${BOOKWORM_TAG}" AS jre-build
44

0 commit comments

Comments
 (0)