Skip to content

Commit

Permalink
chore: Bump to latest flannel CNI version in Dockerfile (#80)
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 22, 2024
1 parent 2127c2d commit 5eb54ca
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 @@ -17,7 +17,7 @@ RUN set -x && \

FROM base_builder AS cni_plugins_builder
ARG TAG=v1.6.0
ARG FLANNEL_TAG=v1.5.1-flannel3
ARG FLANNEL_TAG=v1.6.0-flannel1
ARG GOEXPERIMENT
#clone and get dependencies
RUN git clone --depth=1 https://github.com/containernetworking/plugins.git $GOPATH/src/github.com/containernetworking/plugins && \
Expand Down

0 comments on commit 5eb54ca

Please sign in to comment.