From 28469f3a0b3d19eed0a3eaafdffea0b0ab069f9b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 2 Oct 2025 15:35:37 +0100 Subject: [PATCH] Upgrade to openssl 3.5.4 --- php-81/Dockerfile | 4 ++-- php-82/Dockerfile | 4 ++-- php-83/Dockerfile | 4 ++-- php-84/Dockerfile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/php-81/Dockerfile b/php-81/Dockerfile index 80a42b8a..cdee7e1b 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -103,8 +103,8 @@ RUN set -xe; \ # Needed by: # - curl # - php -RUN yum install -y perl-IPC-Cmd -ENV VERSION_OPENSSL=3.5.2 +RUN yum install -y perl-IPC-Cmd perl-Time-Piece +ENV VERSION_OPENSSL=3.5.4 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" diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 2147756f..f28cd8d3 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -103,8 +103,8 @@ RUN set -xe; \ # Needed by: # - curl # - php -RUN yum install -y perl-IPC-Cmd -ENV VERSION_OPENSSL=3.5.2 +RUN yum install -y perl-IPC-Cmd perl-Time-Piece +ENV VERSION_OPENSSL=3.5.4 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" diff --git a/php-83/Dockerfile b/php-83/Dockerfile index 032b9caf..7a3d87a7 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -103,8 +103,8 @@ RUN set -xe; \ # Needed by: # - curl # - php -RUN yum install -y perl-IPC-Cmd -ENV VERSION_OPENSSL=3.5.2 +RUN yum install -y perl-IPC-Cmd perl-Time-Piece +ENV VERSION_OPENSSL=3.5.4 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" diff --git a/php-84/Dockerfile b/php-84/Dockerfile index 8286a42d..213ded99 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -103,8 +103,8 @@ RUN set -xe; \ # Needed by: # - curl # - php -RUN yum install -y perl-IPC-Cmd -ENV VERSION_OPENSSL=3.5.2 +RUN yum install -y perl-IPC-Cmd perl-Time-Piece +ENV VERSION_OPENSSL=3.5.4 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"