Skip to content

Commit 12b02f4

Browse files
committed
Updated golang to 1.14 in Dockerfile
1 parent 5a0a8ce commit 12b02f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BASE_IMAGE=scratch
22

33
# --------------------- dev (build) image --------------------- #
44

5-
FROM golang:1.12-alpine as builder
5+
FROM golang:1.14-alpine as builder
66

77
RUN apk add git
88
RUN apk add make

0 commit comments

Comments
 (0)