File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed 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.15 .0" \
158- SHA256="d85cfc79dc505ff800cb1d321a320183035011fa08cb301356425d86be8fc53c " \
157+ VERSION="8.16 .0" \
158+ SHA256="a21e20476e39eca5a4fc5cfb00acf84bbc1f5d8443ec3853ad14c26b3c85b970 " \
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.15 .0" \
162- SHA256="d85cfc79dc505ff800cb1d321a320183035011fa08cb301356425d86be8fc53c " \
161+ VERSION="8.16 .0" \
162+ SHA256="a21e20476e39eca5a4fc5cfb00acf84bbc1f5d8443ec3853ad14c26b3c85b970 " \
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.15 .0" \
75- SHA256=" d85cfc79dc505ff800cb1d321a320183035011fa08cb301356425d86be8fc53c " \
74+ VERSION=" 8.16 .0" \
75+ SHA256=" a21e20476e39eca5a4fc5cfb00acf84bbc1f5d8443ec3853ad14c26b3c85b970 " \
7676RELATIVE_PATH=" curl-{{version}}" \
7777 install-from-source \
7878 --disable-manual \
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ RUN Get-RemoteFile `
117117
118118ENV OPENSSL_VERSION="3.5.2"
119119
120- ENV CURL_VERSION="8.15 .0"
120+ ENV CURL_VERSION="8.16 .0"
121121
122122# Set up runner
123123COPY runner_dependencies.txt C:\r unner_dependencies.txt
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Remove-Item "librdkafka-${kafka_version}.tar.gz"
2424$triplet = " x64-windows"
2525$vcpkg_dir = " C:\vcpkg"
2626$librdkafka_dir = " C:\librdkafka\librdkafka-${kafka_version} "
27- $desired_commit = " a45a94f1217be182dbca7a0fde564854c79f1eb9 "
27+ $desired_commit = " 7e19f3c64cb636ee21f41bfe8558a6dfaae6236f "
2828
2929# Clone and configure vcpkg
3030if (-Not (Test-Path - Path " $vcpkg_dir \.git" )) {
You can’t perform that action at this time.
0 commit comments