diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-15 15:41:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 15:41:52 -0400 |
commit | fa0d3c564a0868e79d46d0bfbfea40a98456f2b4 (patch) | |
tree | 3e472248123febf509d7c3e12f1c42691a21b439 /Makefile | |
parent | 4e2334c1493a03dc26b89cb00b321b268c3ca9ea (diff) | |
parent | 33aa2f2d1c8476a973d83dfefacbb60a36d8d4b1 (diff) | |
download | podman-fa0d3c564a0868e79d46d0bfbfea40a98456f2b4.tar.gz podman-fa0d3c564a0868e79d46d0bfbfea40a98456f2b4.tar.bz2 podman-fa0d3c564a0868e79d46d0bfbfea40a98456f2b4.zip |
Merge pull request #13514 from Luap99/bindings
fix breaking change in pkg/bindings
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 ### |