Update docker image to use Go 1.12

This commit is contained in:
9seconds
2019-03-01 10:24:58 +03:00
parent b153240bc3
commit a90072260e
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
###############################################################################
# BUILD STAGE
FROM golang:1.11-alpine
FROM golang:1.12-alpine
RUN set -x \
&& apk --no-cache --update add \