We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd9d2c commit 849a5c6Copy full SHA for 849a5c6
Dockerfile
@@ -7,7 +7,7 @@ LABEL org.opencontainers.image.source=https://github.com/qiandao-today/pycurl-do
7
8
# Envirenment for pycurl
9
ENV PYCURL_SSL_LIBRARY=openssl
10
-ENV CURL_VERSION 7.80.0
+ENV CURL_VERSION 7.81.0
11
12
# 换源 & For nghttp2-dev, we need testing respository.
13
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && \
README.md
@@ -15,7 +15,7 @@ docker pull a76yyyy/pycurl:latest
15
## **VERSION**
16
17
- PYTHON_VERSION == 3.9
18
-- CURL_VERSION == 7.80.0
+- CURL_VERSION == 7.81.0
19
- OPENSSL_VERSION == 1_1_1m+quic
20
- PYCURL_VERSION == 7.44.1
21
0 commit comments