Skip to content

Commit

Permalink
Merge pull request #86 from GrahamCampbell/curl-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored May 23, 2023
2 parents baad0d8 + c144bf4 commit dc3d43a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ RUN CFLAGS="" \
--prefix=${INSTALL_DIR} \
--openssldir=${INSTALL_DIR}/bref/ssl \
--release \
enable-tls1_3 \
no-tests \
shared \
zlib
Expand Down Expand Up @@ -205,7 +206,7 @@ RUN make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=7.85.0
ENV VERSION_CURL=8.1.1
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 @@ -207,7 +207,7 @@ RUN make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.1.0
ENV VERSION_CURL=8.1.1
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 @@ -207,7 +207,7 @@ RUN make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.1.0
ENV VERSION_CURL=8.1.1
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
RUN set -xe; \
mkdir -p ${CURL_BUILD_DIR}/bin; \
Expand Down

0 comments on commit dc3d43a

Please sign in to comment.