Finisco la peperonata e scendo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Hamcha 2022-03-25 20:52:33 +01:00
parent 4b435d23bd
commit 2441f4612c
Signed by: Hamcha
GPG Key ID: 1669C533B8CF6D89
1 changed files with 0 additions and 3 deletions

View File

@ -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