Skip to content

Commit 5e30c94

Browse files
Upgrade nghttp2 to 1.53.0
1 parent 8f67b36 commit 5e30c94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ RUN cmake --build . --target install
145145
# - OpenSSL
146146
# Needed by:
147147
# - curl
148-
ENV VERSION_NGHTTP2=1.52.0
148+
ENV VERSION_NGHTTP2=1.53.0
149149
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
150150
RUN set -xe; \
151151
mkdir -p ${NGHTTP2_BUILD_DIR}; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ RUN cmake --build . --target install
146146
# - OpenSSL
147147
# Needed by:
148148
# - curl
149-
ENV VERSION_NGHTTP2=1.52.0
149+
ENV VERSION_NGHTTP2=1.53.0
150150
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
151151
RUN set -xe; \
152152
mkdir -p ${NGHTTP2_BUILD_DIR}; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ RUN cmake --build . --target install
146146
# - OpenSSL
147147
# Needed by:
148148
# - curl
149-
ENV VERSION_NGHTTP2=1.52.0
149+
ENV VERSION_NGHTTP2=1.53.0
150150
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
151151
RUN set -xe; \
152152
mkdir -p ${NGHTTP2_BUILD_DIR}; \

0 commit comments

Comments
 (0)