Skip to content

Commit

Permalink
Change(dockerfile): 📝 Update curl&ssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Feb 8, 2024
1 parent f67cd53 commit f80a4db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ LABEL org.opencontainers.image.source=https://github.com/qiandao-today/pycurl-do

# Envirenment for pycurl
ENV PYCURL_SSL_LIBRARY=openssl
ENV SSL_VERSION=3.0.7
ENV CURL_VERSION=7.86.0
ENV SSL_VERSION=3.1.5
ENV CURL_VERSION=8.6.0

# Install packages & Install openssl ngtcp2 nghttp3 curl & Pip install pycurl
RUN apk update && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ja3
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM a76yyyy/ddddocr:latest
LABEL maintainer "a76yyyy <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/qiandao-today/pycurl-docker

ARG CURL_VERSION=7.84.0
ARG CURL_VERSION=8.6.0

ENV PYCURL_SSL_LIBRARY=openssl
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.lite
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ LABEL org.opencontainers.image.source=https://github.com/qiandao-today/pycurl-do

# Envirenment for pycurl
ENV PYCURL_SSL_LIBRARY=openssl
ENV SSL_VERSION=3.0.7
ENV CURL_VERSION=7.86.0
ENV SSL_VERSION=3.1.5
ENV CURL_VERSION=8.6.0

# Install packages & Install openssl ngtcp2 nghttp3 curl & Pip install pycurl
RUN apk update && \
Expand Down

0 comments on commit f80a4db

Please sign in to comment.