Skip to content

Commit fba3358

Browse files
Bump multus version to v4.2.0 (#88)
* chore: Bump to latest multus version in Makefile Made with ❤️️ by updatecli * chore: Bump to latest multus version in Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7c036e8 commit fba3358

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.4
16+
ARG TAG=v4.2.0
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.4$(BUILD_META)
29+
TAG := v4.2.0$(BUILD_META)
3030
endif
3131

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

0 commit comments

Comments
 (0)