Skip to content

Commit c09b5b0

Browse files
build(deps): update docker.io/alpine docker tag to v3.22.2 (#440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0866f2d commit c09b5b0

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
@@ -22,7 +22,7 @@ RUN chmod +x parca-load
2222

2323
# https://github.com/hadolint/hadolint/issues/861
2424
# hadolint ignore=DL3029
25-
FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 AS runner
25+
FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.22.2@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 AS runner
2626

2727
USER 65533
2828

0 commit comments

Comments
 (0)