Skip to content

Commit 9cff1f4

Browse files
authored
Merge pull request #148 from GrahamCampbell/curl
curl 8.5.0
2 parents d30f99e + c57d38c commit 9cff1f4

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.4.0
235+
ENV VERSION_CURL=8.5.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.4.0
236+
ENV VERSION_CURL=8.5.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.4.0
236+
ENV VERSION_CURL=8.5.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.4.0
236+
ENV VERSION_CURL=8.5.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)