in reply to daniel:// stenberg://

Available in the Debian experimental repository, can be used easily with:
$ podman run debian:experimental /bin/bash -c 'apt install --update -t experimental -y curl && curl --version'

If you use docker:
$ docker run debian:experimental /bin/bash -c 'apt install --update -t experimental -y curl && curl --version'

Or by enabling the experimental repository and installing it in your machine, if you use Debian.

daniel:// stenberg:// reshared this.