Skip to content

Commit 0f5f0dc

Browse files
committed
Update curl to 8.14.0
1 parent de03dec commit 0f5f0dc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.builders/images/linux-aarch64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ RUN \
154154
# curl
155155
RUN \
156156
DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \
157-
VERSION="8.12.1" \
158-
SHA256="7b40ea64947e0b440716a4d7f0b7aa56230a5341c8377d7b609649d4aea8dbcf" \
157+
VERSION="8.14.0" \
158+
SHA256="5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203" \
159159
RELATIVE_PATH="curl-{{version}}" \
160160
bash install-from-source.sh \
161161
--disable-manual \

.builders/images/linux-x86_64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ RUN \
158158
# curl
159159
RUN \
160160
DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \
161-
VERSION="8.12.1" \
162-
SHA256="7b40ea64947e0b440716a4d7f0b7aa56230a5341c8377d7b609649d4aea8dbcf" \
161+
VERSION="8.14.0" \
162+
SHA256="5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203" \
163163
RELATIVE_PATH="curl-{{version}}" \
164164
bash install-from-source.sh \
165165
--disable-manual \

.builders/images/macos-x86_64/builder_setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ RELATIVE_PATH="libxslt-{{version}}" \
7171

7272
# curl
7373
DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \
74-
VERSION="8.12.1" \
75-
SHA256="7b40ea64947e0b440716a4d7f0b7aa56230a5341c8377d7b609649d4aea8dbcf" \
74+
VERSION="8.14.0" \
75+
SHA256="5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203" \
7676
RELATIVE_PATH="curl-{{version}}" \
7777
install-from-source \
7878
--disable-manual \

.builders/images/windows-x86_64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ RUN Get-RemoteFile `
116116

117117
ENV OPENSSL_VERSION="3.4.1"
118118

119-
ENV CURL_VERSION="8.12.1"
119+
ENV CURL_VERSION="8.14.0"
120120

121121
# Set up runner
122122
COPY runner_dependencies.txt C:\runner_dependencies.txt

0 commit comments

Comments
 (0)