Skip to content

Commit 20b7202

Browse files
curl 8.2.1
1 parent 26dc480 commit 20b7202

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.2.0
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: 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.2.0
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: 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.2.0
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)