We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0a8ce commit 12b02f4Copy full SHA for 12b02f4
Dockerfile
@@ -2,7 +2,7 @@ ARG BASE_IMAGE=scratch
2
3
# --------------------- dev (build) image --------------------- #
4
5
-FROM golang:1.12-alpine as builder
+FROM golang:1.14-alpine as builder
6
7
RUN apk add git
8
RUN apk add make
0 commit comments