Skip to content

Commit

Permalink
Merge pull request #100 from GrahamCampbell/upgrade-curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Jul 27, 2023
2 parents aac4450 + 20b7202 commit b841b0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.53.0
ENV VERSION_NGHTTP2=1.55.1
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand All @@ -206,7 +206,7 @@ RUN make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.1.2
ENV VERSION_CURL=8.2.1
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
RUN set -xe; \
mkdir -p ${CURL_BUILD_DIR}/bin; \
Expand Down
4 changes: 2 additions & 2 deletions php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.53.0
ENV VERSION_NGHTTP2=1.55.1
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand All @@ -207,7 +207,7 @@ RUN make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.1.2
ENV VERSION_CURL=8.2.1
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
RUN set -xe; \
mkdir -p ${CURL_BUILD_DIR}/bin; \
Expand Down
4 changes: 2 additions & 2 deletions php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.53.0
ENV VERSION_NGHTTP2=1.55.1
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand All @@ -207,7 +207,7 @@ RUN make install
# # - libnghttp2
# # Needed by:
# # - php
ENV VERSION_CURL=8.1.2
ENV VERSION_CURL=8.2.1
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
RUN set -xe; \
mkdir -p ${CURL_BUILD_DIR}/bin; \
Expand Down

0 comments on commit b841b0d

Please sign in to comment.