diff --git a/Dockerfile b/Dockerfile index 3ad3e05..5018e0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL maintainer "a76yyyy " # Envirenment for pycurl ENV PYCURL_SSL_LIBRARY=openssl -ENV CURL_VERSION 7.79.0 +ENV CURL_VERSION 7.79.1 # 换源 & For nghttp2-dev, we need testing respository. RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && \