Skip to content

Commit

Permalink
Upgrade to libcurl 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Sep 13, 2023
1 parent 8606e49 commit 79490a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ RUN make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.2.1
ENV VERSION_CURL=8.3.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 @@ -233,7 +233,7 @@ RUN make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.2.1
ENV VERSION_CURL=8.3.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 @@ -233,7 +233,7 @@ RUN make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.2.1
ENV VERSION_CURL=8.3.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 @@ -234,7 +234,7 @@ RUN make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.2.1
ENV VERSION_CURL=8.3.0
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
RUN set -xe; \
mkdir -p ${CURL_BUILD_DIR}/bin; \
Expand Down

0 comments on commit 79490a7

Please sign in to comment.