Disable gocache

This commit is contained in:
Julian Bensch 2023-01-12 16:11:42 +01:00
parent a4ff2dcdae
commit 2241a1a460
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ RUN go build -a -tags musl -o /build/app
######################################
FROM golang:alpine
LABEL AUTHOR="AUTHOR"
ENV GOCACHE=off
#RUN apk --no-cache add curl
USER nobody
COPY --from=builder --chown=nobody /build/app /custom/app