Skip to content

Commit 2c1b39c

Browse files
curl 8.6.0
1 parent e055311 commit 2c1b39c

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
@@ -232,7 +232,7 @@ RUN make install
232232
# # - libnghttp2
233233
# # Needed by:
234234
# # - php
235-
ENV VERSION_CURL=8.5.0
235+
ENV VERSION_CURL=8.6.0
236236
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
237237
RUN set -xe; \
238238
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ RUN make install
233233
# # - libnghttp2
234234
# # Needed by:
235235
# # - php
236-
ENV VERSION_CURL=8.5.0
236+
ENV VERSION_CURL=8.6.0
237237
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
238238
RUN set -xe; \
239239
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ RUN make install
233233
# # - libnghttp2
234234
# # Needed by:
235235
# # - php
236-
ENV VERSION_CURL=8.5.0
236+
ENV VERSION_CURL=8.6.0
237237
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
238238
RUN set -xe; \
239239
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ RUN make install
233233
# # - libnghttp2
234234
# # Needed by:
235235
# # - php
236-
ENV VERSION_CURL=8.5.0
236+
ENV VERSION_CURL=8.6.0
237237
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
238238
RUN set -xe; \
239239
mkdir -p ${CURL_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)