Skip to content

Commit 5097b7e

Browse files
Bumped cURL to 8.7.1
1 parent b1d17c5 commit 5097b7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.1
257257
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
258258
RUN set -xe; \
259259
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.1
258258
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
259259
RUN set -xe; \
260260
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.1
258258
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
259259
RUN set -xe; \
260260
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.1
258258
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
259259
RUN set -xe; \
260260
mkdir -p ${CURL_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)