diff --git a/bash/Dockerfile b/bash/Dockerfile index 36ebefb..93f24f7 100644 --- a/bash/Dockerfile +++ b/bash/Dockerfile @@ -1,4 +1,4 @@ -FROM kindest/node:v1.32.1 +FROM kindest/node:v1.32.2 COPY bin/plugin.sh /opt/cni/bin/bash-cni diff --git a/flannel/Dockerfile b/flannel/Dockerfile index bd719e9..329c991 100644 --- a/flannel/Dockerfile +++ b/flannel/Dockerfile @@ -1,4 +1,4 @@ -FROM kindest/node:v1.32.1 +FROM kindest/node:v1.32.2 SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN echo "wireshark-common wireshark-common/install-setuid boolean true" | debconf-set-selections && \