Skip to content

Commit 9353b9c

Browse files
authored
Update alpine mirror URL (#270)
http://nl.alpinelinux.org/alpine/edge/testing is not available anymore in the [mirrors list](https://mirrors.alpinelinux.org/) and throws 404 Updated to https://dl-cdn.alpinelinux.org/alpine/edge/testing
1 parent f7724f4 commit 9353b9c

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
@@ -19,7 +19,7 @@ RUN apk add --no-cache nginx \
1919
nginx-mod-http-lua \
2020
nginx-mod-devel-kit
2121

22-
RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
22+
RUN echo @testing https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
2323
echo /etc/apk/respositories && \
2424
apk update && apk upgrade &&\
2525
apk add --no-cache \

0 commit comments

Comments
 (0)