From a3b4d29a24d65aadf656b365ea2382a26234c861 Mon Sep 17 00:00:00 2001 From: zhangwei <894646498@qq.com> Date: Fri, 7 Jul 2023 10:24:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 3a5cf8cbee8ecc91d0439b0fff6cd9f8c0b94339 --- adaptor/PCM-CORE/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptor/PCM-CORE/api/Dockerfile b/adaptor/PCM-CORE/api/Dockerfile index ae22cbd6..f7ca3a2c 100644 --- a/adaptor/PCM-CORE/api/Dockerfile +++ b/adaptor/PCM-CORE/api/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.16.2 WORKDIR /home # 修改alpine源为上海交通大学 -RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.sjtug.sjtu.edu.cn/g' /etc/apk/repositories && \ +RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && \ apk update && \ apk upgrade && \ apk add --no-cache ca-certificates && update-ca-certificates && \