Skip to content

Commit 40e1707

Browse files
authored
Merge pull request #170 from GrahamCampbell/openssl-3-3-0
Upgrade to OpenSSL 3.3.0
2 parents 5efdf48 + 5f5739d commit 40e1707

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN set -xe; \
104104
# - curl
105105
# - php
106106
RUN yum install -y perl-IPC-Cmd
107-
ENV VERSION_OPENSSL=3.2.1
107+
ENV VERSION_OPENSSL=3.3.0
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN set -xe; \
104104
# - curl
105105
# - php
106106
RUN yum install -y perl-IPC-Cmd
107-
ENV VERSION_OPENSSL=3.2.1
107+
ENV VERSION_OPENSSL=3.3.0
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN set -xe; \
104104
# - curl
105105
# - php
106106
RUN yum install -y perl-IPC-Cmd
107-
ENV VERSION_OPENSSL=3.2.1
107+
ENV VERSION_OPENSSL=3.3.0
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)