From b53ead43720a7e44b7d43163a4938a113c8343b7 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Wed, 16 Mar 2022 09:37:30 +0300 Subject: [PATCH] Build image on go 1.18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08003f7..b700b9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \