diff --git a/Makefile b/Makefile index 8fd0cf7e40..97d7015733 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ endif # gvisor-tap-vsock version for gvproxy.exe and win-sshproxy.exe downloads # the upstream project ships pre-built binaries since version 0.7.1 -GV_VERSION=v0.8.0 +GV_VERSION=v0.8.1 ### ### Primary entry-point targets diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index 8c01cee787..5540edca28 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -6,8 +6,8 @@ ifeq ($(ARCH), aarch64) else GOARCH:=$(ARCH) endif -GVPROXY_VERSION ?= 0.8.0 -VFKIT_VERSION ?= 0.5.1 +GVPROXY_VERSION ?= 0.8.1 +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 VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned