File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ RUN mkdir -p ${BUILD_DIR} \
7777# Needed by:
7878# - curl
7979# - php
80- ENV VERSION_OPENSSL=1.1.1u
80+ ENV VERSION_OPENSSL=1.1.1v
8181ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8282ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
8383ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN mkdir -p ${BUILD_DIR} \
7878# - curl
7979# - php
8080RUN yum install -y perl-IPC-Cmd
81- ENV VERSION_OPENSSL=3.0.9
81+ ENV VERSION_OPENSSL=3.0.10
8282ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8383ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
8484ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN mkdir -p ${BUILD_DIR} \
7878# - curl
7979# - php
8080RUN yum install -y perl-IPC-Cmd
81- ENV VERSION_OPENSSL=3.0.9
81+ ENV VERSION_OPENSSL=3.0.10
8282ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8383ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
8484ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ RUN mkdir -p ${BUILD_DIR} \
7979# - curl
8080# - php
8181RUN yum install -y perl-IPC-Cmd
82- ENV VERSION_OPENSSL=3.0.9
82+ ENV VERSION_OPENSSL=3.0.10
8383ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8484ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
8585ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
You can’t perform that action at this time.
0 commit comments