Skip to content

Commit

Permalink
Merge pull request #1658 from GrahamCampbell/1.x-nghttp2
Browse files Browse the repository at this point in the history
[1.x] Upgrade nghttp2 to 1.57.0
  • Loading branch information
mnapoli committed Oct 11, 2023
2 parents 812b7ff + e61314b commit bc559f2
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 @@ -195,7 +195,7 @@ RUN set -xe; \
# - OpenSSL
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.56.0
ENV VERSION_NGHTTP2=1.57.0
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2

RUN set -xe; \
Expand Down

0 comments on commit bc559f2

Please sign in to comment.