mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-05 22:49:25 +00:00
Some builds could have issues with precached apk dependencies.
This commit is contained in:
+1
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user