Skip to content

Commit 4704f89

Browse files
Merge pull request #83 from rancher/updatecli_main_8e58fb40c6cd1a694531f3a58f52daab39f60a20982072ea0fd4c283e2d23eda
Bump multus version to v4.1.4
2 parents cd6b018 + 937c016 commit 4704f89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -x && \
1313

1414
# Build the multus project
1515
FROM base-builder AS multus-builder
16-
ARG TAG=v4.1.3
16+
ARG TAG=v4.1.4
1717
ARG SRC=github.com/k8snetworkplumbingwg/multus-cni
1818
ARG PKG=github.com/k8snetworkplumbingwg/multus-cni
1919
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SRC ?= github.com/k8snetworkplumbingwg/multus-cni
2626
TAG ?= ${GITHUB_ACTION_TAG}
2727

2828
ifeq ($(TAG),)
29-
TAG := v4.1.3$(BUILD_META)
29+
TAG := v4.1.4$(BUILD_META)
3030
endif
3131

3232
ifeq (,$(filter %$(BUILD_META),$(TAG)))

0 commit comments

Comments
 (0)