Skip to content

Commit ff4fcdc

Browse files
authored
Merge pull request #176 from GrahamCampbell/upgrade-curl
Upgrade nghttp2 to 1.62.1 and curl to 8.8.0
2 parents 245f94c + 666c7d1 commit ff4fcdc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: php-80/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ RUN cmake --build . --target install
206206
# - libxml2
207207
# Needed by:
208208
# - curl
209-
ENV VERSION_NGHTTP2=1.61.0
209+
ENV VERSION_NGHTTP2=1.62.1
210210
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
211211
RUN set -xe; \
212212
mkdir -p ${NGHTTP2_BUILD_DIR}; \
@@ -253,7 +253,7 @@ RUN make -j $(nproc) && make install
253253
# # - libnghttp2
254254
# # Needed by:
255255
# # - php
256-
ENV VERSION_CURL=8.6.0
256+
ENV VERSION_CURL=8.8.0
257257
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
258258
RUN set -xe; \
259259
mkdir -p ${CURL_BUILD_DIR}/bin; \

Diff for: php-81/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ RUN cmake --build . --target install
207207
# - libxml2
208208
# Needed by:
209209
# - curl
210-
ENV VERSION_NGHTTP2=1.61.0
210+
ENV VERSION_NGHTTP2=1.62.1
211211
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
212212
RUN set -xe; \
213213
mkdir -p ${NGHTTP2_BUILD_DIR}; \
@@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install
254254
# # - libnghttp2
255255
# # Needed by:
256256
# # - php
257-
ENV VERSION_CURL=8.6.0
257+
ENV VERSION_CURL=8.8.0
258258
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
259259
RUN set -xe; \
260260
mkdir -p ${CURL_BUILD_DIR}/bin; \

Diff for: php-82/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ RUN cmake --build . --target install
207207
# - libxml2
208208
# Needed by:
209209
# - curl
210-
ENV VERSION_NGHTTP2=1.61.0
210+
ENV VERSION_NGHTTP2=1.62.1
211211
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
212212
RUN set -xe; \
213213
mkdir -p ${NGHTTP2_BUILD_DIR}; \
@@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install
254254
# # - libnghttp2
255255
# # Needed by:
256256
# # - php
257-
ENV VERSION_CURL=8.6.0
257+
ENV VERSION_CURL=8.8.0
258258
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
259259
RUN set -xe; \
260260
mkdir -p ${CURL_BUILD_DIR}/bin; \

Diff for: php-83/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ RUN cmake --build . --target install
207207
# - libxml2
208208
# Needed by:
209209
# - curl
210-
ENV VERSION_NGHTTP2=1.61.0
210+
ENV VERSION_NGHTTP2=1.62.1
211211
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
212212
RUN set -xe; \
213213
mkdir -p ${NGHTTP2_BUILD_DIR}; \
@@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install
254254
# # - libnghttp2
255255
# # Needed by:
256256
# # - php
257-
ENV VERSION_CURL=8.6.0
257+
ENV VERSION_CURL=8.8.0
258258
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
259259
RUN set -xe; \
260260
mkdir -p ${CURL_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)