Skip to content

Commit

Permalink
Merge pull request #201 from GrahamCampbell/curl-8.10.0
Browse files Browse the repository at this point in the history
cURL 8.10.0
  • Loading branch information
mnapoli authored Sep 12, 2024
2 parents 162813d + e6d08e0 commit 9b3a103
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ RUN make -j $(nproc) && make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.9.1
ENV VERSION_CURL=8.10.0
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
RUN set -xe; \
mkdir -p ${CURL_BUILD_DIR}/bin; \
Expand Down
2 changes: 1 addition & 1 deletion php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.9.1
ENV VERSION_CURL=8.10.0
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
RUN set -xe; \
mkdir -p ${CURL_BUILD_DIR}/bin; \
Expand Down
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.9.1
ENV VERSION_CURL=8.10.0
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
RUN set -xe; \
mkdir -p ${CURL_BUILD_DIR}/bin; \
Expand Down
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.9.1
ENV VERSION_CURL=8.10.0
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
RUN set -xe; \
mkdir -p ${CURL_BUILD_DIR}/bin; \
Expand Down
2 changes: 1 addition & 1 deletion php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ RUN make -j $(nproc) && make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.9.1
ENV VERSION_CURL=8.10.0
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
RUN set -xe; \
mkdir -p ${CURL_BUILD_DIR}/bin; \
Expand Down

0 comments on commit 9b3a103

Please sign in to comment.