fix dockerfile
All checks were successful
Build / build (push) Successful in 30m55s

This commit is contained in:
Gustavo Maronato 2023-08-22 01:53:05 -03:00
parent f5829aafa9
commit 6ab06a3d6a
Signed by: maronato
SSH Key Fingerprint: SHA256:2Gw7kwMz/As+2UkR1qQ/qYYhn+WNh3FGv6ozhoRrLcs

View File

@ -47,6 +47,8 @@ RUN --mount=type=cache,target=/tmp/.go-build-cache \
# Now create a new image with just the binary
FROM gcr.io/distroless/static-debian11:nonroot
WORKDIR /app
# Set our runtime environment
ENV ENV_DOCKER=true