From 1514e5cbcc9b1fe064f948842216a950c69779fb Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Thu, 17 Apr 2025 21:58:49 +0200 Subject: [PATCH] feat: update vfkit binary to v0.6.1 in macOS installer Signed-off-by: Florent Benoit --- contrib/pkginstaller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index 43356346a1..3d886586d5 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -7,7 +7,7 @@ else GOARCH:=$(ARCH) endif GVPROXY_VERSION ?= 0.8.4 -VFKIT_VERSION ?= 0.6.0 +VFKIT_VERSION ?= 0.6.1 KRUNKIT_VERSION ?= 0.2.0 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