diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-03-15 17:33:34 +0100 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-03-15 17:33:34 +0100 |
commit | 33aa2f2d1c8476a973d83dfefacbb60a36d8d4b1 (patch) | |
tree | e1c811116878186df242fa0517ed9f932d418803 /Makefile | |
parent | 0db184fb08d2cc41281e4d15d82aed8e5f9fb7ad (diff) | |
download | podman-33aa2f2d1c8476a973d83dfefacbb60a36d8d4b1.tar.gz podman-33aa2f2d1c8476a973d83dfefacbb60a36d8d4b1.tar.bz2 podman-33aa2f2d1c8476a973d83dfefacbb60a36d8d4b1.zip |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,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 ### |