Skip to content

[3.18] community/docker-cli-compose: backport host header patch to docker

go 1.20.6 started rejecting invalid host headers. This has been fixed in docker 24.x, and we backported the fix to docker, but docker-cli-compose inlcudes docker as module.

Backport the fix to a locally downloaded version of docker and use go workspaces0 to make sure it is used.

Merge request reports