Build images with golang 1.11

This commit is contained in:
9seconds
2018-09-21 10:34:43 +03:00
parent 591500de41
commit 96e80fc0d6
+1 -1
View File
@@ -1,7 +1,7 @@
###############################################################################
# BUILD STAGE
FROM golang:1.10-alpine
FROM golang:1.11-alpine
RUN set -x \
&& apk --no-cache --update add \