From 0bf0ba1f39fbd060349596ebf31a5cd038704fe2 Mon Sep 17 00:00:00 2001 From: timerzz Date: Tue, 21 May 2024 17:04:07 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=BF=AE=E6=94=B9golang=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a6799b..34542de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM golang as back +FROM golang:1.22 as back WORKDIR /build COPY . /build ARG CGO_ENABLED=0