From 79490a7e5f943f2d77ffe9a482b8e65784a453e9 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 13 Sep 2023 14:30:28 +0100 Subject: [PATCH] Upgrade to libcurl 8.3.0 --- php-80/Dockerfile | 2 +- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 9e155468..648cb24d 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -232,7 +232,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.2.1 +ENV VERSION_CURL=8.3.0 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 2355ae2f..83f9b4e5 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -233,7 +233,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.2.1 +ENV VERSION_CURL=8.3.0 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 fa2e8a14..75fa85b3 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -233,7 +233,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.2.1 +ENV VERSION_CURL=8.3.0 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index af9d7a38..50e581b8 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -234,7 +234,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.2.1 +ENV VERSION_CURL=8.3.0 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \