Skip to content

Commit

Permalink
Update alpine mirror URL (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodion-arr authored Mar 1, 2023
1 parent f7724f4 commit 9353b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk add --no-cache nginx \
nginx-mod-http-lua \
nginx-mod-devel-kit

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

0 comments on commit 9353b9c

Please sign in to comment.