Skip to content

Commit 8bf2e56

Browse files
committed
feat(cni): update v1.6.2 -> v1.8.0
1 parent b04463f commit 8bf2e56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ QEMU_IMAGE?=multiarch/qemu-user-static
3737
GORELEASER_VERSION=v2.12.2
3838
# See Versions: https://github.com/matryer/moq/releases
3939
MOQ_VERSION=v0.6.0
40-
CNI_VERSION=v1.6.2
40+
# See Versions: https://github.com/containernetworking/plugins/releases
41+
CNI_VERSION=v1.8.0
4142
UID?=$(shell id -u)
4243
ifeq ($(GOARCH), arm)
4344
ARCH_TAG_PREFIX=$(GOARCH)

0 commit comments

Comments
 (0)