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] authored and manuelbuil committed Sep 17, 2024
1 parent 095ab13 commit 162bd30
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.1.0
ARG TAG=v4.1.1
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 162bd30

Please sign in to comment.