Skip to content

Commit

Permalink
Upgrade pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Feb 14, 2025
1 parent aaa1d96 commit 8e612e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bash/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion flannel/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 8e612e4

Please sign in to comment.