From 3c03e2414ef04946a8d8158f76d86c047fc01fda Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Fri, 24 Jul 2026 21:23:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96docker=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E7=9A=84=E7=BC=96=E8=AF=91=E5=B7=A5=E5=85=B7=E9=93=BE?= 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 4543c94..6d58b32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ============================================================ # 构建阶段 # ============================================================ -FROM golang:1.25-alpine AS builder +FROM golang:alpine AS builder WORKDIR /app