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
|
||||
FROM gcr.io/distroless/static AS final
|
||||
|
||||
LABEL maintainer="gbaeke"
|
||||
USER nonroot:nonroot
|
||||
|
||||
# copy compiled app
|
||||
COPY --from=build --chown=nonroot:nonroot /app /app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue