Skip to content

Commit 0a80e27

Browse files
authored
Merge pull request #123 from GrahamCampbell/openssl-3
Upgrade to openssl 3.0.11
2 parents f36881a + c93f937 commit 0a80e27

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.0.10
107+
ENV VERSION_OPENSSL=3.0.11
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.0.10
107+
ENV VERSION_OPENSSL=3.0.11
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
@@ -105,7 +105,7 @@ RUN set -xe; \
105105
# - curl
106106
# - php
107107
RUN yum install -y perl-IPC-Cmd
108-
ENV VERSION_OPENSSL=3.0.10
108+
ENV VERSION_OPENSSL=3.0.11
109109
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
110110
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
111111
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"

0 commit comments

Comments
 (0)