From a952c575feff0d305db06795966ac9c973e58e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jussi=20R=C3=A4s=C3=A4nen?= Date: Tue, 10 May 2022 20:58:39 +0300 Subject: [PATCH] downgrade go --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73c9773..3050768 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . -ARG GOLANG_VERSION=1.18 +ARG GOLANG_VERSION=1.17 # Build image FROM golang:${GOLANG_VERSION}-alpine as build