Skip to content

Commit d2ad67a

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

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.22 AS alpine
52+
FROM alpine:3.23 AS alpine
5353

5454
ARG OS=linux
5555
ARG ARCH=amd64

0 commit comments

Comments
 (0)