Skip to content

Commit 3b6a4cc

Browse files
deps(docker): Bump alpine from 3.21 to 3.22 (#157)
Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7bc5650 commit 3b6a4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ LABEL org.opencontainers.image.revision=$VCS_REF \
4949

5050
ENTRYPOINT [ "/which" ]
5151

52-
FROM alpine:3.21 AS alpine
52+
FROM alpine:3.22 AS alpine
5353

5454
ARG OS=linux
5555
ARG ARCH=amd64

0 commit comments

Comments
 (0)