We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
b35229a
c0f429e
1 parent 95902df commit 4f5771dCopy full SHA for 4f5771d
Dockerfile
@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
24
25
# Use distroless as minimal base image to package the manager binary
26
# Refer to https://github.com/GoogleContainerTools/distroless for more details
27
-FROM gcr.io/distroless/static:nonroot@sha256:b35229a3a6398fe8f86138c74c611e386f128c20378354fc5442811700d5600d
+FROM gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc
28
WORKDIR /
29
COPY --from=builder /workspace/bin/manager .
30
USER 65532:65532
0 commit comments