Skip to content

Commit c144bf4

Browse files
Upgrade to cURL 8.1.1 and backport changes to PHP 8.0 too
1 parent baad0d8 commit c144bf4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

php-80/Dockerfile

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

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
211211
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
212212
RUN set -xe; \
213213
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
211211
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
212212
RUN set -xe; \
213213
mkdir -p ${CURL_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)