Skip to content

Commit 849a5c6

Browse files
committed
Update Curl Version
1 parent 4dd9d2c commit 849a5c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL org.opencontainers.image.source=https://github.com/qiandao-today/pycurl-do
77

88
# Envirenment for pycurl
99
ENV PYCURL_SSL_LIBRARY=openssl
10-
ENV CURL_VERSION 7.80.0
10+
ENV CURL_VERSION 7.81.0
1111

1212
# 换源 & For nghttp2-dev, we need testing respository.
1313
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docker pull a76yyyy/pycurl:latest
1515
## **VERSION**
1616

1717
- PYTHON_VERSION == 3.9
18-
- CURL_VERSION == 7.80.0
18+
- CURL_VERSION == 7.81.0
1919
- OPENSSL_VERSION == 1_1_1m+quic
2020
- PYCURL_VERSION == 7.44.1
2121

0 commit comments

Comments
 (0)