From c144bf424ee500c52600fd859c4601ad3dc14138 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 23 May 2023 08:43:33 +0100 Subject: [PATCH] Upgrade to cURL 8.1.1 and backport changes to PHP 8.0 too --- php-80/Dockerfile | 3 ++- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 94982dd..b42402f 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -93,6 +93,7 @@ RUN CFLAGS="" \ --prefix=${INSTALL_DIR} \ --openssldir=${INSTALL_DIR}/bref/ssl \ --release \ + enable-tls1_3 \ no-tests \ shared \ zlib @@ -205,7 +206,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=7.85.0 +ENV VERSION_CURL=8.1.1 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \ diff --git a/php-81/Dockerfile b/php-81/Dockerfile index fb8a5a5..7758fb5 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -207,7 +207,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.1.0 +ENV VERSION_CURL=8.1.1 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index c60f5bd..6971358 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -207,7 +207,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.1.0 +ENV VERSION_CURL=8.1.1 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \