From 28c1aaa4a9df578fb1ec363098b478ccbf3190fb Mon Sep 17 00:00:00 2001 From: a76yyyyy <56478790+a76yyyy@users.noreply.github.com> Date: Wed, 29 Sep 2021 00:08:42 +0800 Subject: [PATCH] Update curl version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \