Skip to content

Commit 1485185

Browse files
build(deps): update gcr.io/distroless/static docker digest to 5bda5a4 (#1251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent acc3048 commit 1485185

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
@@ -21,7 +21,7 @@ RUN if [ "${TARGETARCH}" = 'amd64' ]; then \
2121
RUN chmod +x parca-agent
2222

2323
# hadolint ignore=DL3029
24-
FROM --platform="${TARGETPLATFORM:-linux/amd64}" gcr.io/distroless/static@sha256:11364b4198394878b7689ad61c5ea2aae2cd2ed127c09fc7b68ca8ed63219030
24+
FROM --platform="${TARGETPLATFORM:-linux/amd64}" gcr.io/distroless/static@sha256:5bda5a482de9b13160c061a3fd8665eecf8e35f5ed78e324dafdcdb11cf6d5da
2525
COPY --chown=0:0 --from=builder /app/parca-agent /bin/parca-agent
2626
COPY --chown=0:0 parca-agent.yaml /bin/parca-agent.yaml
2727

0 commit comments

Comments
 (0)