We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a49863 commit 373fe17Copy full SHA for 373fe17
Dockerfile
@@ -34,6 +34,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -ldflags="-X $
34
FROM gcr.io/distroless/static:nonroot
35
WORKDIR /
36
COPY --from=builder /workspace/manager .
37
-USER nonroot:nonroot
+USER 65532:65532
38
39
ENTRYPOINT ["/manager"]
0 commit comments