Skip to content

Commit

Permalink
Merge pull request #1729 from GrahamCampbell/1.x-curl-8-6-0
Browse files Browse the repository at this point in the history
[1.x] curl 8.6.0
  • Loading branch information
mnapoli authored Jan 31, 2024
2 parents e6bbc99 + 9b4200e commit caa2cc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/base/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ RUN set -xe; \
# # - libssh2
# # Needed by:
# # - php
ENV VERSION_CURL=8.5.0
ENV VERSION_CURL=8.6.0
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl

RUN set -xe; \
Expand Down Expand Up @@ -262,7 +262,8 @@ RUN set -xe; \
--with-gnu-ld \
--with-ssl \
--with-libssh2 \
--with-nghttp2
--with-nghttp2 \
--without-libpsl


RUN set -xe; \
Expand Down

0 comments on commit caa2cc3

Please sign in to comment.