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 d2739ec commit 46a20e7Copy full SHA for 46a20e7
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.14-alpine3.11 AS builder
+FROM golang:1.14-alpine3.12 AS builder
2
ARG VERSION
3
4
RUN apk add --no-cache git gcc musl-dev
@@ -17,7 +17,7 @@ COPY . ./
17
18
RUN go build -a -o build/migrate.linux-386 -ldflags="-s -w -X main.Version=${VERSION}" -tags "$DATABASES $SOURCES" ./cmd/migrate
19
20
-FROM alpine:3.11
+FROM alpine:3.12
21
22
RUN apk add --no-cache ca-certificates
23
0 commit comments