File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ RUN \
154154# curl
155155RUN \
156156 DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \
157- VERSION="8.14 .0" \
158- SHA256="5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203 " \
157+ VERSION="8.15 .0" \
158+ SHA256="d85cfc79dc505ff800cb1d321a320183035011fa08cb301356425d86be8fc53c " \
159159 RELATIVE_PATH="curl-{{version}}" \
160160 bash install-from-source.sh \
161161 --disable-manual \
Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ RUN \
158158# curl
159159RUN \
160160 DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \
161- VERSION="8.14 .0" \
162- SHA256="5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203 " \
161+ VERSION="8.15 .0" \
162+ SHA256="d85cfc79dc505ff800cb1d321a320183035011fa08cb301356425d86be8fc53c " \
163163 RELATIVE_PATH="curl-{{version}}" \
164164 bash install-from-source.sh \
165165 --disable-manual \
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ RELATIVE_PATH="libxslt-{{version}}" \
7171
7272# curl
7373DOWNLOAD_URL=" https://curl.haxx.se/download/curl-{{version}}.tar.gz" \
74- VERSION=" 8.14 .0" \
75- SHA256=" 5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203 " \
74+ VERSION=" 8.15 .0" \
75+ SHA256=" d85cfc79dc505ff800cb1d321a320183035011fa08cb301356425d86be8fc53c " \
7676RELATIVE_PATH=" curl-{{version}}" \
7777 install-from-source \
7878 --disable-manual \
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ RUN Get-RemoteFile `
116116
117117ENV OPENSSL_VERSION="3.4.1"
118118
119- ENV CURL_VERSION="8.14 .0"
119+ ENV CURL_VERSION="8.15 .0"
120120
121121# Set up runner
122122COPY runner_dependencies.txt C:\r unner_dependencies.txt
You can’t perform that action at this time.
0 commit comments