File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ RUN CFLAGS="" \
9393 --prefix=${INSTALL_DIR} \
9494 --openssldir=${INSTALL_DIR}/bref/ssl \
9595 --release \
96+ enable-tls1_3 \
9697 no-tests \
9798 shared \
9899 zlib
@@ -205,7 +206,7 @@ RUN make install
205206# # - libnghttp2
206207# # Needed by:
207208# # - php
208- ENV VERSION_CURL=7.85.0
209+ ENV VERSION_CURL=8.1.1
209210ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
210211RUN set -xe; \
211212 mkdir -p ${CURL_BUILD_DIR}/bin; \
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ RUN make install
207207# # - libnghttp2
208208# # Needed by:
209209# # - php
210- ENV VERSION_CURL=8.1.0
210+ ENV VERSION_CURL=8.1.1
211211ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
212212RUN set -xe; \
213213 mkdir -p ${CURL_BUILD_DIR}/bin; \
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ RUN make install
207207# # - libnghttp2
208208# # Needed by:
209209# # - php
210- ENV VERSION_CURL=8.1.0
210+ ENV VERSION_CURL=8.1.1
211211ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
212212RUN set -xe; \
213213 mkdir -p ${CURL_BUILD_DIR}/bin; \
You can’t perform that action at this time.
0 commit comments