Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1977c commit bb99610Copy full SHA for bb99610
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.12-alpine3.9 AS downloader
+FROM golang:1.12-alpine3.10 AS downloader
2
ARG VERSION
3
4
RUN apk add --no-cache git gcc musl-dev
@@ -13,7 +13,7 @@ ENV SOURCES="file go_bindata github github_ee aws_s3 google_cloud_storage godoc_
13
14
RUN go build -a -o build/migrate.linux-386 -ldflags="-X main.Version=${VERSION}" -tags "$DATABASES $SOURCES" ./cmd/migrate
15
16
-FROM alpine:3.9
+FROM alpine:3.10
17
18
RUN apk add --no-cache ca-certificates
19
0 commit comments