Skip to content

Commit b841b0d

Browse files
authored
Merge pull request #100 from GrahamCampbell/upgrade-curl
2 parents aac4450 + 20b7202 commit b841b0d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

php-80/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ RUN cmake --build . --target install
180180
# - libxml2
181181
# Needed by:
182182
# - curl
183-
ENV VERSION_NGHTTP2=1.53.0
183+
ENV VERSION_NGHTTP2=1.55.1
184184
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
185185
RUN set -xe; \
186186
mkdir -p ${NGHTTP2_BUILD_DIR}; \
@@ -206,7 +206,7 @@ RUN make install
206206
# # - libnghttp2
207207
# # Needed by:
208208
# # - php
209-
ENV VERSION_CURL=8.1.2
209+
ENV VERSION_CURL=8.2.1
210210
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
211211
RUN set -xe; \
212212
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-81/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ RUN cmake --build . --target install
181181
# - libxml2
182182
# Needed by:
183183
# - curl
184-
ENV VERSION_NGHTTP2=1.53.0
184+
ENV VERSION_NGHTTP2=1.55.1
185185
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
186186
RUN set -xe; \
187187
mkdir -p ${NGHTTP2_BUILD_DIR}; \
@@ -207,7 +207,7 @@ RUN make install
207207
# # - libnghttp2
208208
# # Needed by:
209209
# # - php
210-
ENV VERSION_CURL=8.1.2
210+
ENV VERSION_CURL=8.2.1
211211
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
212212
RUN set -xe; \
213213
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-82/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ RUN cmake --build . --target install
181181
# - libxml2
182182
# Needed by:
183183
# - curl
184-
ENV VERSION_NGHTTP2=1.53.0
184+
ENV VERSION_NGHTTP2=1.55.1
185185
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
186186
RUN set -xe; \
187187
mkdir -p ${NGHTTP2_BUILD_DIR}; \
@@ -207,7 +207,7 @@ RUN make install
207207
# # - libnghttp2
208208
# # Needed by:
209209
# # - php
210-
ENV VERSION_CURL=8.1.2
210+
ENV VERSION_CURL=8.2.1
211211
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
212212
RUN set -xe; \
213213
mkdir -p ${CURL_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)