diff --git a/Dockerfile b/Dockerfile index c592a61..8f055fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN chmod +x parca-load # https://github.com/hadolint/hadolint/issues/861 # hadolint ignore=DL3029 -FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.24.0@sha256:8ddefa941e689fc29abcdeb8dae3b3c6d139cc08ce9a52633931160701770685 AS runner +FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b AS runner USER 65533