File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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.1t
80+ ENV VERSION_OPENSSL=1.1.1u
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.8
81+ ENV VERSION_OPENSSL=3.0.9
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.8
81+ ENV VERSION_OPENSSL=3.0.9
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"
You can’t perform that action at this time.
0 commit comments