Skip to content

Commit

Permalink
Update Curl Version
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Jan 5, 2022
1 parent 4dd9d2c commit 849a5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.source=https://github.com/qiandao-today/pycurl-do

# Envirenment for pycurl
ENV PYCURL_SSL_LIBRARY=openssl
ENV CURL_VERSION 7.80.0
ENV CURL_VERSION 7.81.0

# 换源 & For nghttp2-dev, we need testing respository.
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker pull a76yyyy/pycurl:latest
## **VERSION**

- PYTHON_VERSION == 3.9
- CURL_VERSION == 7.80.0
- CURL_VERSION == 7.81.0
- OPENSSL_VERSION == 1_1_1m+quic
- PYCURL_VERSION == 7.44.1

Expand Down

0 comments on commit 849a5c6

Please sign in to comment.