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"