Update dockerfile

This commit is contained in:
9seconds
2022-03-19 14:36:17 +03:00
parent e74726af70
commit 6f3abf0990
+1 -1
View File
@@ -1,7 +1,7 @@
###############################################################################
# BUILD STAGE
FROM golang:1.17-alpine AS build
FROM golang:1.18-alpine AS build
RUN set -x \
&& apk --no-cache --update add \