Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb99610

Browse files
committed
Update Docker image to use Alpine 3.10
1 parent ff1977c commit bb99610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12-alpine3.9 AS downloader
1+
FROM golang:1.12-alpine3.10 AS downloader
22
ARG VERSION
33

44
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_
1313

1414
RUN go build -a -o build/migrate.linux-386 -ldflags="-X main.Version=${VERSION}" -tags "$DATABASES $SOURCES" ./cmd/migrate
1515

16-
FROM alpine:3.9
16+
FROM alpine:3.10
1717

1818
RUN apk add --no-cache ca-certificates
1919

0 commit comments

Comments
 (0)