Update dockerfile to golang 1.16

This commit is contained in:
9seconds
2021-03-03 17:43:38 +03:00
parent dca43853fb
commit df0994dad3
+1 -1
View File
@@ -1,7 +1,7 @@
###############################################################################
# BUILD STAGE
FROM golang:1.15-alpine AS build
FROM golang:1.16-alpine AS build
RUN set -x \
&& apk --no-cache --update add \