Skip to content

Commit

Permalink
chore: Bump to latest flannel CNI 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 rbrtbnfgl committed Aug 30, 2024
1 parent 1233213 commit 3b75db9
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 @@ -18,7 +18,7 @@ RUN set -x && \

FROM base_builder as cni_plugins_builder

Check warning on line 19 in Dockerfile

View workflow job for this annotation

GitHub Actions / push-multiarch

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
ARG TAG=v1.5.1
ARG FLANNEL_TAG=v1.5.1-flannel1
ARG FLANNEL_TAG=v1.5.1-flannel2
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 3b75db9

Please sign in to comment.