Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/base-debian11 docker digest to …
Browse files Browse the repository at this point in the history
…a35b652 (#2103)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent fab162d commit 3ad4223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN mkdir -p /app && \
fi

# hadolint ignore=DL3029
FROM --platform="${TARGETPLATFORM:-linux/amd64}" gcr.io/distroless/base-debian11@sha256:46c5b9bd3e3efff512e28350766b54355fce6337a0b44ba3f822ab918eca4520
FROM --platform="${TARGETPLATFORM:-linux/amd64}" gcr.io/distroless/base-debian11@sha256:a35b6525fde5572656e24109064dd147fbaedc26e5a7ccd147ff3ed3a4308c21

COPY --chown=0:0 --from=builder /go/bin/dlv /bin/dlv
COPY --chown=0:0 --from=builder /app/parca-agent /bin/parca-agent
Expand Down

0 comments on commit 3ad4223

Please sign in to comment.