From 1cfb69565ad193363e4a3a5a47ab64b4f8e945c2 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 11 Sep 2023 19:33:56 +0100 Subject: [PATCH] Bumped openssl to 1.1.1w --- php-80/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 59bf27a1..9e155468 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -103,7 +103,7 @@ RUN set -xe; \ # Needed by: # - curl # - php -ENV VERSION_OPENSSL=1.1.1v +ENV VERSION_OPENSSL=1.1.1w ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem" ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"