Skip to content

Commit

Permalink
Merge pull request #198 from GrahamCampbell/nghttp2
Browse files Browse the repository at this point in the history
Bump nghttp2 to 1.63.0
  • Loading branch information
mnapoli authored Aug 28, 2024
2 parents ed8feb5 + 33034cb commit f8f4894
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.62.1
ENV VERSION_NGHTTP2=1.63.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.62.1
ENV VERSION_NGHTTP2=1.63.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.62.1
ENV VERSION_NGHTTP2=1.63.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.62.1
ENV VERSION_NGHTTP2=1.63.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-84/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.62.1
ENV VERSION_NGHTTP2=1.63.0
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand Down

0 comments on commit f8f4894

Please sign in to comment.