Skip to content

Commit 7e2aa01

Browse files
committed
Update docker mirror
1 parent 6688fcc commit 7e2aa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:edge as builder
22

3-
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.jcut.edu.cn/g' /etc/apk/repositories
3+
RUN sed -i 's#https\?://dl-cdn.alpinelinux.org/alpine#https://mirror.nju.edu.cn/alpine#g' /etc/apk/repositories
44

55
RUN apk add -u alpine-keys --allow-untrusted
66
RUN apk update

0 commit comments

Comments
 (0)