Skip to content

Commit d84c607

Browse files
Bump multus version to v4.1.2 (#72)
* chore: Bump to latest multus version in Makefile * 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 d263028 commit d84c607

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.1
16+
ARG TAG=v4.1.2
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
@@ -17,7 +17,7 @@ SRC ?= github.com/k8snetworkplumbingwg/multus-cni
1717
TAG ?= ${GITHUB_ACTION_TAG}
1818

1919
ifeq ($(TAG),)
20-
TAG := v4.1.1$(BUILD_META)
20+
TAG := v4.1.2$(BUILD_META)
2121
endif
2222

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

0 commit comments

Comments
 (0)