diff --git a/Dockerfile b/Dockerfile index a324b68..ced653a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bookworm-slim ARG VERSION="1.25.1-1nwtf+312quic1+12bookworm1" -ARG PACKAGE_REPO="https://mirror-cdn.xtom.com/sb/nginx" +ARG PACKAGE_REPO="https://mirrors.xtom.com/sb/nginx" RUN set -ex; \ apt-get update; \