Skip to content

Commit 3c6a593

Browse files
Merge pull request #25917 from benoitf/vfkit-upgrade
feat: update vfkit binary to v0.6.1 in macOS installer
2 parents 58c6d84 + 1514e5c commit 3c6a593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pkginstaller/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
GOARCH:=$(ARCH)
88
endif
99
GVPROXY_VERSION ?= 0.8.4
10-
VFKIT_VERSION ?= 0.6.0
10+
VFKIT_VERSION ?= 0.6.1
1111
KRUNKIT_VERSION ?= 0.2.0
1212
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin
1313
VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned

0 commit comments

Comments
 (0)