Skip to content

Commit c5e0d85

Browse files
Upgrade nghttp2 to 1.52.0
1 parent fe9776d commit c5e0d85

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.51.0
148+
ENV VERSION_NGHTTP2=1.52.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
@@ -145,7 +145,7 @@ RUN cmake --build . --target install
145145
# - OpenSSL
146146
# Needed by:
147147
# - curl
148-
ENV VERSION_NGHTTP2=1.51.0
148+
ENV VERSION_NGHTTP2=1.52.0
149149
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
150150
RUN set -xe; \
151151
mkdir -p ${NGHTTP2_BUILD_DIR}; \

php-82/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.51.0
148+
ENV VERSION_NGHTTP2=1.52.0
149149
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
150150
RUN set -xe; \
151151
mkdir -p ${NGHTTP2_BUILD_DIR}; \

0 commit comments

Comments
 (0)