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.
1 parent b04463f commit 8bf2e56Copy full SHA for 8bf2e56
Makefile
@@ -37,7 +37,8 @@ QEMU_IMAGE?=multiarch/qemu-user-static
37
GORELEASER_VERSION=v2.12.2
38
# See Versions: https://github.com/matryer/moq/releases
39
MOQ_VERSION=v0.6.0
40
-CNI_VERSION=v1.6.2
+# See Versions: https://github.com/containernetworking/plugins/releases
41
+CNI_VERSION=v1.8.0
42
UID?=$(shell id -u)
43
ifeq ($(GOARCH), arm)
44
ARCH_TAG_PREFIX=$(GOARCH)
0 commit comments