Skip to content

Commit 8ce28f8

Browse files
authored
Merge pull request #295 from GrahamCampbell/openssl-upgrades
Upgrade to openssl 3.5.4 LTS
2 parents 73d3c78 + 28469f3 commit 8ce28f8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

php-81/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ RUN set -xe; \
103103
# Needed by:
104104
# - curl
105105
# - php
106-
RUN yum install -y perl-IPC-Cmd
107-
ENV VERSION_OPENSSL=3.5.2
106+
RUN yum install -y perl-IPC-Cmd perl-Time-Piece
107+
ENV VERSION_OPENSSL=3.5.4
108108
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"

php-82/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ RUN set -xe; \
103103
# Needed by:
104104
# - curl
105105
# - php
106-
RUN yum install -y perl-IPC-Cmd
107-
ENV VERSION_OPENSSL=3.5.2
106+
RUN yum install -y perl-IPC-Cmd perl-Time-Piece
107+
ENV VERSION_OPENSSL=3.5.4
108108
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"

php-83/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ RUN set -xe; \
103103
# Needed by:
104104
# - curl
105105
# - php
106-
RUN yum install -y perl-IPC-Cmd
107-
ENV VERSION_OPENSSL=3.5.2
106+
RUN yum install -y perl-IPC-Cmd perl-Time-Piece
107+
ENV VERSION_OPENSSL=3.5.4
108108
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"

php-84/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ RUN set -xe; \
103103
# Needed by:
104104
# - curl
105105
# - php
106-
RUN yum install -y perl-IPC-Cmd
107-
ENV VERSION_OPENSSL=3.5.2
106+
RUN yum install -y perl-IPC-Cmd perl-Time-Piece
107+
ENV VERSION_OPENSSL=3.5.4
108108
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"

0 commit comments

Comments
 (0)