Skip to content

Commit

Permalink
Merge pull request #115 from GrahamCampbell/bump-nghttp2
Browse files Browse the repository at this point in the history
Bumped nghttp2 to 1.56.0
  • Loading branch information
mnapoli committed Sep 8, 2023
2 parents fcd306b + a5e8ece commit 88281a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.55.1
ENV VERSION_NGHTTP2=1.56.0
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.55.1
ENV VERSION_NGHTTP2=1.56.0
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.55.1
ENV VERSION_NGHTTP2=1.56.0
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.55.1
ENV VERSION_NGHTTP2=1.56.0
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand Down

0 comments on commit 88281a1

Please sign in to comment.