Skip to content

Commit 0874a94

Browse files
authored
Merge pull request #52 from GrahamCampbell/openssl-patch
2 parents 9a62492 + f1700cc commit 0874a94

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN mkdir -p ${BUILD_DIR} \
7979
# Needed by:
8080
# - curl
8181
# - php
82-
ENV VERSION_OPENSSL=1.1.1s
82+
ENV VERSION_OPENSSL=1.1.1t
8383
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8484
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
8585
ENV CA_BUNDLE="${INSTALL_DIR}/ssl/cert.pem"

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN mkdir -p ${BUILD_DIR} \
7979
# Needed by:
8080
# - curl
8181
# - php
82-
ENV VERSION_OPENSSL=1.1.1s
82+
ENV VERSION_OPENSSL=1.1.1t
8383
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8484
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
8585
ENV CA_BUNDLE="${INSTALL_DIR}/ssl/cert.pem"

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN mkdir -p ${BUILD_DIR} \
7979
# Needed by:
8080
# - curl
8181
# - php
82-
ENV VERSION_OPENSSL=1.1.1s
82+
ENV VERSION_OPENSSL=1.1.1t
8383
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8484
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
8585
ENV CA_BUNDLE="${INSTALL_DIR}/ssl/cert.pem"

0 commit comments

Comments
 (0)