Skip to content

Commit e45233a

Browse files
Go with OpenSSL 3.3.3
1 parent bc26861 commit e45233a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

php-81/Dockerfile

+1-1
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.3.1
107+
ENV VERSION_OPENSSL=3.3.3
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

+1-1
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.3.1
107+
ENV VERSION_OPENSSL=3.3.3
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

+1-1
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.3.1
107+
ENV VERSION_OPENSSL=3.3.3
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

+1-1
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.3.1
107+
ENV VERSION_OPENSSL=3.3.3
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)