Skip to content

Commit

Permalink
Upgrade curl to 8.2.0 and nghttp2 to 1.55.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 15, 2023
1 parent c8dd5be commit 383e5fc
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.0
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl

RUN set -xe; \
Expand Down

0 comments on commit 383e5fc

Please sign in to comment.