Skip to content

Commit

Permalink
Merge pull request #1671 from GrahamCampbell/1.x-openssl-bump
Browse files Browse the repository at this point in the history
[1.x] Bumped openssl to 1.1.1w
  • Loading branch information
mnapoli authored Oct 20, 2023
2 parents 361d88b + edbfd46 commit c16ce69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/base/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ RUN set -xe; \
# Needed by:
# - curl
# - php
ENV VERSION_OPENSSL=1.1.1v
ENV VERSION_OPENSSL=1.1.1w
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
ENV CA_BUNDLE="${INSTALL_DIR}/ssl/cert.pem"
Expand Down

0 comments on commit c16ce69

Please sign in to comment.