summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-18 12:40:38 +0100
committerGitHub <noreply@github.com>2022-03-18 12:40:38 +0100
commite3184e963c09f1b989f729297a1cb62ed39d2881 (patch)
treef032aad6f0aa08b03013b359003f4c6aa3272ae7
parentec2fdb1350c12b2df6aae8189ab97f3b0e94bb8e (diff)
parentf83d437d9be1de7cbaa1c5859c32178fba90c656 (diff)
downloadpodman-e3184e963c09f1b989f729297a1cb62ed39d2881.tar.gz
podman-e3184e963c09f1b989f729297a1cb62ed39d2881.tar.bz2
podman-e3184e963c09f1b989f729297a1cb62ed39d2881.zip
Merge pull request #13545 from cevich/backport_gvisor_url_fix
[v4.0] Backport: Fix windows win-sshproxy build
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb230d8e9..7f7271bd6 100644
--- a/Makefile
+++ b/Makefile
@@ -191,7 +191,7 @@ endif
# dependencies. This is only used for the Windows installer task (podman.msi), which must
# include this lightweight helper binary.
#
-GV_GITURL=git://github.com/containers/gvisor-tap-vsock.git
+GV_GITURL=https://github.com/containers/gvisor-tap-vsock.git
GV_SHA=e943b1806d94d387c4c38d96719432d50a84bbd0
###