From 58b5ae22e1840cf99df74f9f626a482081cc729a Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 28 Sep 2023 14:50:27 +0200 Subject: [PATCH] Update mac installer to latest gvproxy release This brings DNS improvements/bug fixes, and docker.internal DNS entries. Signed-off-by: Christophe Fergeau --- contrib/pkginstaller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index 99df58bf6b..3b467e31f1 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -6,7 +6,7 @@ ifeq ($(ARCH), aarch64) else GOARCH:=$(ARCH) endif -GVPROXY_VERSION ?= 0.5.0 +GVPROXY_VERSION ?= 0.7.1 QEMU_VERSION ?= 8.0.0-1 GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin QEMU_RELEASE_URL ?= https://github.com/containers/podman-machine-qemu/releases/download/v$(QEMU_VERSION)/podman-machine-qemu-$(ARCH)-$(QEMU_VERSION).tar.xz