mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00
Fix windows win-sshproxy build
Github no longer supports the unauthenticated git protocol, so switch to using https instead. https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:

committed by
Chris Evich

parent
9237d7500a
commit
ed21c8640d
2
Makefile
2
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
|
||||
|
||||
###
|
||||
|
Reference in New Issue
Block a user