From 8a10688247381fda7e38924a571b521311454972 Mon Sep 17 00:00:00 2001 From: Echo <1711788888@qq.com> Date: Sun, 31 Mar 2024 04:18:37 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BF=AE=E6=94=B9dockerfile?= 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 c02425c..3140b4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN go env -w GO111MODULE=on \ && go mod tidy \ && go build -o server . -FROM code.hyxc1.com/open/alpine:3.16.0 as runner +FROM alpine:latest WORKDIR /go/src/miniapp COPY --from=0 /go/src/miniapp/server ./