Skip to content

Commit

Permalink
Merge pull request #153 from GrahamCampbell/nghttp2
Browse files Browse the repository at this point in the history
Upgrade nghttp2 to 1.59.0
  • Loading branch information
mnapoli authored Jan 23, 2024
2 parents 1ecad62 + 066f281 commit f9a9907
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.58.0
ENV VERSION_NGHTTP2=1.59.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.58.0
ENV VERSION_NGHTTP2=1.59.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.58.0
ENV VERSION_NGHTTP2=1.59.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 @@ -207,7 +207,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.58.0
ENV VERSION_NGHTTP2=1.59.0
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand Down

0 comments on commit f9a9907

Please sign in to comment.