We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7780e28 + b099a93 commit ac5b9b0Copy full SHA for ac5b9b0
contrib/pkginstaller/Makefile
@@ -9,7 +9,7 @@ else
9
endif
10
GVPROXY_VERSION=$(shell $(GO) list -m -f '{{.Version}}' github.com/containers/gvisor-tap-vsock)
11
VFKIT_VERSION ?= 0.6.1
12
-KRUNKIT_VERSION ?= 0.2.1
+KRUNKIT_VERSION ?= 0.2.2
13
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/$(GVPROXY_VERSION)/gvproxy-darwin
14
VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned
15
KRUNKIT_RELEASE_URL ?= https://github.com/containers/krunkit/releases/download/v$(KRUNKIT_VERSION)/krunkit-podman-unsigned-$(KRUNKIT_VERSION).tgz
0 commit comments