From 7e2aa01a2e649e513f016c934495422a46860f67 Mon Sep 17 00:00:00 2001 From: Jackarain Date: Sat, 5 Oct 2024 22:11:55 +0800 Subject: [PATCH] Update docker mirror --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d74ed0cda..b69a020b35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:edge as builder -RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.jcut.edu.cn/g' /etc/apk/repositories +RUN sed -i 's#https\?://dl-cdn.alpinelinux.org/alpine#https://mirror.nju.edu.cn/alpine#g' /etc/apk/repositories RUN apk add -u alpine-keys --allow-untrusted RUN apk update