Skip to content

Commit

Permalink
Merge pull request #1595 from GrahamCampbell/1.x-curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Jul 27, 2023
2 parents 269c69a + 224f926 commit 4e4725b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/base/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ RUN set -xe; \
# - OpenSSL
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.53.0
ENV VERSION_NGHTTP2=1.55.1
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2

RUN set -xe; \
Expand Down Expand Up @@ -226,7 +226,7 @@ RUN set -xe; \
# # - libssh2
# # Needed by:
# # - php
ENV VERSION_CURL=8.1.2
ENV VERSION_CURL=8.2.1
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl

RUN set -xe; \
Expand Down

0 comments on commit 4e4725b

Please sign in to comment.