File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ RUN CFLAGS="" \
9494 --prefix=${INSTALL_DIR} \
9595 --openssldir=${INSTALL_DIR}/bref/ssl \
9696 --release \
97+ enable-tls1_3 \
9798 no-tests \
9899 shared \
99100 zlib
@@ -206,7 +207,7 @@ RUN make install
206207# # - libnghttp2
207208# # Needed by:
208209# # - php
209- ENV VERSION_CURL=7.85 .0
210+ ENV VERSION_CURL=8.1 .0
210211ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
211212RUN set -xe; \
212213 mkdir -p ${CURL_BUILD_DIR}/bin; \
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ RUN CFLAGS="" \
9494 --prefix=${INSTALL_DIR} \
9595 --openssldir=${INSTALL_DIR}/bref/ssl \
9696 --release \
97+ enable-tls1_3 \
9798 no-tests \
9899 shared \
99100 zlib
@@ -206,7 +207,7 @@ RUN make install
206207# # - libnghttp2
207208# # Needed by:
208209# # - php
209- ENV VERSION_CURL=7.85 .0
210+ ENV VERSION_CURL=8.1 .0
210211ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
211212RUN set -xe; \
212213 mkdir -p ${CURL_BUILD_DIR}/bin; \
You can’t perform that action at this time.
0 commit comments