Skip to content

Commit

Permalink
chore: Bump to latest multus version in Dockerfile
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Aug 8, 2024
1 parent 2227d85 commit 2eda6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN set -x && \

# Build the multus project
FROM base-builder as multus-builder
ARG TAG=v4.0.2
ARG TAG=v4.1.0
ARG SRC=github.com/k8snetworkplumbingwg/multus-cni
ARG PKG=github.com/k8snetworkplumbingwg/multus-cni
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}
Expand Down

0 comments on commit 2eda6fd

Please sign in to comment.