There was an error while loading. Please reload this page.
1 parent 3ecb88c commit 1a660cbCopy full SHA for 1a660cb
1 file changed
Dockerfile.controller
@@ -13,5 +13,5 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
13
# Runtime stage — matches upstream cert-manager base image
14
FROM gcr.io/distroless/static-debian12@sha256:5074667eecabac8ac5c5d395100a153a7b4e8426181cca36181cd019530f00c8
15
COPY --from=builder /controller /controller
16
-USER nonroot:nonroot
+USER 65532:65532
17
ENTRYPOINT ["/controller"]
0 commit comments