Update bundled static curl to 8.20.0 (#22473)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Copilot committed
May 14, 2026 at 13:27 UTC
35b1264ec758f84e6bbd5d9ab9cd7fb697235194
2 files changed
+2
-2
packaging/dag/imageutils.py
+1
-1
@@ -174,7 +174,7 @@ def static_build_bash(client: dagger.Client, ctr: dagger.Container) -> dagger.Co
174
def static_build_curl(client: dagger.Client, ctr: dagger.Container) -> dagger.Container:
175
tree = (
176
client.git(url="https://github.com/curl/curl", keep_git_dir=True)
177
- .tag("curl-8_4_0")
177
+ .tag("curl-8_20_0")
178
.tree()
179
)
180
packaging/makeself/bundled-packages.version
+1
-1
@@ -7,7 +7,7 @@ LIBUCONTEXT_VERSION="libucontext-1.3.3"
7
LIBUCONTEXT_SOURCE="https://github.com/kaniini/libucontext"
8
LIBUNWIND_VERSION="v1.8.3"
9
LIBUNWIND_SOURCE="https://github.com/libunwind/libunwind"
10
-CURL_VERSION="curl-8_17_0"
10
+CURL_VERSION="curl-8_20_0"
11
CURL_SOURCE="https://github.com/curl/curl"
12
BASH_VERSION="5.3"
13
BASH_ARTIFACT_SOURCE="http://ftp.gnu.org/gnu/bash"