mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
update gvproxy version to 0.8.4
The 0.8.4 has one important fix[1], which could improve #25121. Also it set all places to use same version of gvisor-tap-vsock [1]https://github.com/containers/gvisor-tap-vsock/issues/474 Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
This commit is contained in:
@ -6,7 +6,7 @@ ifeq ($(ARCH), aarch64)
|
||||
else
|
||||
GOARCH:=$(ARCH)
|
||||
endif
|
||||
GVPROXY_VERSION ?= 0.8.3
|
||||
GVPROXY_VERSION ?= 0.8.4
|
||||
VFKIT_VERSION ?= 0.6.0
|
||||
KRUNKIT_VERSION ?= 0.1.4
|
||||
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin
|
||||
|
Reference in New Issue
Block a user