Skip to content

Commit 0c31929

Browse files
authored
Merge pull request #162 from shortlink-org/renovate/gcr.io-distroless-static-nonroot
chore(deps): update gcr.io/distroless/static:nonroot docker digest to f512d81
2 parents f6cf24f + 78822a4 commit 0c31929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shortdb-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
2626

2727
# Use distroless as minimal base image to package the manager binary
2828
# Refer to https://github.com/GoogleContainerTools/distroless for more details
29-
FROM gcr.io/distroless/static:nonroot@sha256:cba10d7abd3e203428e86f5b2d7fd5eb7d8987c387864ae4996cf97191b33764
29+
FROM gcr.io/distroless/static:nonroot@sha256:f512d819b8f109f2375e8b51d8cfd8aafe81034bc3e319740128b7d7f70d5036
3030
WORKDIR /
3131
COPY --from=builder /workspace/manager .
3232
USER 65532:65532

0 commit comments

Comments
 (0)