Update Go in Dockerfile to 1.19

This commit is contained in:
9seconds
2022-08-04 10:18:32 +03:00
parent 79f921fde9
commit 77edea0e18
+1 -1
View File
@@ -1,7 +1,7 @@
###############################################################################
# BUILD STAGE
FROM golang:1.18-alpine AS build
FROM golang:1.19-alpine AS build
RUN set -x \
&& apk --no-cache --update add \