Skip to content

Commit 1d77f1a

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

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.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS runner
25+
FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d AS runner
2626

2727
USER 65533
2828

0 commit comments

Comments
 (0)