Skip to content

Commit eac15c6

Browse files
Enable TLS 1.3 and upgrade to cURL 8.1.0
1 parent 7297516 commit eac15c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

php-81/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
210211
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
211212
RUN set -xe; \
212213
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-82/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
210211
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
211212
RUN set -xe; \
212213
mkdir -p ${CURL_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)