From 35f6bd0f2bc7d37c58716008cfaeae50dd3f9535 Mon Sep 17 00:00:00 2001 From: Alterem Date: Fri, 17 May 2024 11:19:29 +0800 Subject: [PATCH] Update Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改基础编译镜像为:golang:alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db19d7c..c92048b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine AS builder +FROM golang:alpine AS builder WORKDIR /app