Skip to content

Commit ac237e3

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

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
@@ -33,7 +33,7 @@ RUN chmod +x parca
3333

3434
# https://github.com/hadolint/hadolint/issues/861
3535
# hadolint ignore=DL3029
36-
FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 AS runner
36+
FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 AS runner
3737

3838
LABEL \
3939
org.opencontainers.image.source="https://github.com/parca-dev/parca" \

0 commit comments

Comments
 (0)