Build image on go 1.18

This commit is contained in:
9seconds
2022-03-16 09:37:30 +03:00
parent 6da9c2e58d
commit b53ead4372
+1 -1
View File
@@ -1,7 +1,7 @@
############################################################################### ###############################################################################
# BUILD STAGE # BUILD STAGE
FROM golang:1.17-alpine AS build FROM golang:1.18-alpine AS build
RUN set -x \ RUN set -x \
&& apk --no-cache --update add \ && apk --no-cache --update add \