$ docker run curlimages/curl --http3
curl: option --http3: the installed libcurl version doesn't support this
This sounds like curl would support HTTP/3, but the wrong or old version of libcurl is used. Can this docker image be updated so it supports HTTP/3? (Yes, I know the feature is experimental.)