File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ RUN cmake --build . --target install
180180# - libxml2
181181# Needed by:
182182# - curl
183- ENV VERSION_NGHTTP2=1.53.0
183+ ENV VERSION_NGHTTP2=1.55.1
184184ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
185185RUN set -xe; \
186186 mkdir -p ${NGHTTP2_BUILD_DIR}; \
@@ -206,7 +206,7 @@ RUN make install
206206# # - libnghttp2
207207# # Needed by:
208208# # - php
209- ENV VERSION_CURL=8.1.2
209+ ENV VERSION_CURL=8.2.0
210210ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
211211RUN set -xe; \
212212 mkdir -p ${CURL_BUILD_DIR}/bin; \
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ RUN cmake --build . --target install
181181# - libxml2
182182# Needed by:
183183# - curl
184- ENV VERSION_NGHTTP2=1.53.0
184+ ENV VERSION_NGHTTP2=1.55.1
185185ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
186186RUN set -xe; \
187187 mkdir -p ${NGHTTP2_BUILD_DIR}; \
@@ -207,7 +207,7 @@ RUN make install
207207# # - libnghttp2
208208# # Needed by:
209209# # - php
210- ENV VERSION_CURL=8.1.2
210+ ENV VERSION_CURL=8.2.0
211211ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
212212RUN set -xe; \
213213 mkdir -p ${CURL_BUILD_DIR}/bin; \
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ RUN cmake --build . --target install
181181# - libxml2
182182# Needed by:
183183# - curl
184- ENV VERSION_NGHTTP2=1.53.0
184+ ENV VERSION_NGHTTP2=1.55.1
185185ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
186186RUN set -xe; \
187187 mkdir -p ${NGHTTP2_BUILD_DIR}; \
@@ -207,7 +207,7 @@ RUN make install
207207# # - libnghttp2
208208# # Needed by:
209209# # - php
210- ENV VERSION_CURL=8.1.2
210+ ENV VERSION_CURL=8.2.0
211211ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
212212RUN set -xe; \
213213 mkdir -p ${CURL_BUILD_DIR}/bin; \
You can’t perform that action at this time.
0 commit comments