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; \