Merge pull request #179 from 9seconds/golang1.16

Update dockerfile to golang 1.16
This commit is contained in:
Sergey Arkhipov
2021-03-03 17:54:13 +03:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
############################################################################### ###############################################################################
# BUILD STAGE # BUILD STAGE
FROM golang:1.15-alpine AS build FROM golang:1.16-alpine AS build
RUN set -x \ RUN set -x \
&& apk --no-cache --update add \ && apk --no-cache --update add \