Some builds could have issues with precached apk dependencies.

This commit is contained in:
2022-11-03 13:10:38 +00:00
parent 915c9a9f71
commit c08aeae7f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
FROM golang:1-alpine as baseimg
RUN apk add make ca-certificates
RUN apk add --no-cache make ca-certificates
WORKDIR /go/src/app
ENV GO111MODULE=on CGO_ENABLED=1 GOOS=linux
COPY . /go/src/app/