File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ RUN \
154
154
# curl
155
155
RUN \
156
156
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 " \
159
159
RELATIVE_PATH="curl-{{version}}" \
160
160
bash install-from-source.sh \
161
161
--disable-manual \
Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ RUN \
158
158
# curl
159
159
RUN \
160
160
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 " \
163
163
RELATIVE_PATH="curl-{{version}}" \
164
164
bash install-from-source.sh \
165
165
--disable-manual \
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ RELATIVE_PATH="libxslt-{{version}}" \
71
71
72
72
# curl
73
73
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 " \
76
76
RELATIVE_PATH=" curl-{{version}}" \
77
77
install-from-source \
78
78
--disable-manual \
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ RUN Get-RemoteFile `
116
116
117
117
ENV OPENSSL_VERSION="3.4.1"
118
118
119
- ENV CURL_VERSION="8.12.1 "
119
+ ENV CURL_VERSION="8.14.0 "
120
120
121
121
# Set up runner
122
122
COPY runner_dependencies.txt C:\r unner_dependencies.txt
You can’t perform that action at this time.
0 commit comments