Skip to content

Commit

Permalink
cni-plugins: update to v1.6.2
Browse files Browse the repository at this point in the history
problem: release 1.6.1 no longer has the targz for most platforms
solution: update to release 1.6.2, released on 1/6/2024
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jan 8, 2025
1 parent 85c2d1d commit f7ccef0
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
@@ -1,5 +1,5 @@
ARG BASE_IMAGE=docker.io/kindest/node:v1.32.0@sha256:2458b423d635d7b01637cac2d6de7e1c1dca1148a2ba2e90975e214ca849e7cb
ARG CNI_PLUGINS_VERSION=v1.6.1
ARG CNI_PLUGINS_VERSION=v1.6.2
ARG HELM_VERSION=v3.16.3
ARG FLANNEL_VERSION=v0.26.1
FROM ${BASE_IMAGE}
Expand Down

0 comments on commit f7ccef0

Please sign in to comment.