diff --git a/Dockerfile b/Dockerfile index 17ce29a..2604790 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -mod=mod -a - FROM gcr.io/distroless/static:nonroot WORKDIR / COPY --from=builder /workspace/manager . -USER nonroot:nonroot +USER 65532:65532 ENTRYPOINT ["/manager"]