diff --git a/Dockerfile b/Dockerfile index 2d944ec..1a49632 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,9 +19,6 @@ RUN CGO_ENABLED=0 go build \ # STAGE 2: build the container to run FROM gcr.io/distroless/static AS final -LABEL maintainer="gbaeke" -USER nonroot:nonroot - # copy compiled app COPY --from=build --chown=nonroot:nonroot /app /app