Skip to content

Commit 962817e

Browse files
Bump alpine from 3.21.2 to 3.21.3 (#2915)
Bumps alpine from 3.21.2 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mats Bolstad <[email protected]>
1 parent b18094d commit 962817e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN jdeps --print-module-deps --multi-release 21 -q --ignore-missing-deps --add
1010
RUN jlink --add-modules $(cat modules.deps) --strip-debug --no-man-pages --no-header-files --compress=1 --output javaruntime
1111

1212

13-
FROM alpine:3.21.2
13+
FROM alpine:3.21.3
1414
RUN apk update && \
1515
apk upgrade && \
1616
apk add dumb-init

0 commit comments

Comments
 (0)