Update dockerfile to use 1.15

This commit is contained in:
9seconds
2020-09-21 11:44:06 +03:00
parent 44cea68e83
commit 296a34cd6e
+1 -1
View File
@@ -1,7 +1,7 @@
############################################################################### ###############################################################################
# BUILD STAGE # BUILD STAGE
FROM golang:1.14-alpine AS build FROM golang:1.15-alpine AS build
RUN set -x \ RUN set -x \
&& apk --no-cache --update add \ && apk --no-cache --update add \