Skip to content

Commit bf373d6

Browse files
authored
Merge pull request #87 from GrahamCampbell/curl-upgrade
2 parents dc3d43a + 8df1392 commit bf373d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ RUN make install
206206
# # - libnghttp2
207207
# # Needed by:
208208
# # - php
209-
ENV VERSION_CURL=8.1.1
209+
ENV VERSION_CURL=8.1.2
210210
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
211211
RUN set -xe; \
212212
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ RUN make install
207207
# # - libnghttp2
208208
# # Needed by:
209209
# # - php
210-
ENV VERSION_CURL=8.1.1
210+
ENV VERSION_CURL=8.1.2
211211
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
212212
RUN set -xe; \
213213
mkdir -p ${CURL_BUILD_DIR}/bin; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ RUN make install
207207
# # - libnghttp2
208208
# # Needed by:
209209
# # - php
210-
ENV VERSION_CURL=8.1.1
210+
ENV VERSION_CURL=8.1.2
211211
ENV CURL_BUILD_DIR=${BUILD_DIR}/curl
212212
RUN set -xe; \
213213
mkdir -p ${CURL_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)