Skip to content

Commit 7fca5eb

Browse files
authored
Merge pull request #70 from GrahamCampbell/nghttp2-upgrdae
2 parents fe9776d + c5e0d85 commit 7fca5eb

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)