From 65cdb88d398e710245a4eb33c76b5c2871ebe01a Mon Sep 17 00:00:00 2001 From: jhc Date: Sat, 22 Feb 2025 11:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DockerfileTest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerfileTest b/DockerfileTest index 7606272..94cb7e3 100644 --- a/DockerfileTest +++ b/DockerfileTest @@ -4,7 +4,7 @@ LABEL stage=gobuilder ENV CGO_ENABLED 0 ENV GOPROXY https://goproxy.cn,direct WORKDIR /build -COPY micro-bundle-fiee /app/micro-bundle +COPY micro-bundle /app/micro-bundle #FROM 172.16.100.99:9006/alpine #RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories