From 7b41e28b95c9cb5c2f6882fb00dc360dc4710e92 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Thu, 14 Nov 2024 15:38:11 +0100 Subject: [PATCH] Bump bundled krunkit to 0.1.4 Bump the bundled krunkit version from 0.1.3 to 0.1.4. Fixes: #24559 Signed-off-by: Sergio Lopez --- contrib/pkginstaller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index be5c6c14b7..8c01cee787 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -8,7 +8,7 @@ else endif GVPROXY_VERSION ?= 0.8.0 VFKIT_VERSION ?= 0.5.1 -KRUNKIT_VERSION ?= 0.1.3 +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 KRUNKIT_RELEASE_URL ?= https://github.com/containers/krunkit/releases/download/v$(KRUNKIT_VERSION)/krunkit-podman-unsigned-$(KRUNKIT_VERSION).tgz