Finisco la peperonata e scendo
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
4b435d23bd
commit
2441f4612c
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@ RUN CGO_ENABLED=0 go build \
|
||||||
# STAGE 2: build the container to run
|
# STAGE 2: build the container to run
|
||||||
FROM gcr.io/distroless/static AS final
|
FROM gcr.io/distroless/static AS final
|
||||||
|
|
||||||
LABEL maintainer="gbaeke"
|
|
||||||
USER nonroot:nonroot
|
|
||||||
|
|
||||||
# copy compiled app
|
# copy compiled app
|
||||||
COPY --from=build --chown=nonroot:nonroot /app /app
|
COPY --from=build --chown=nonroot:nonroot /app /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue