From 08d9e45a36fba4ae36d2a957008b800f73896718 Mon Sep 17 00:00:00 2001 From: Antonio Fragola Date: Mon, 3 Oct 2022 11:27:18 +0200 Subject: [PATCH] back to k8s 1.21.x --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e792f0..bc85522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache iptables ip6tables nfs-utils; \ echo 'hosts: files dns' > /etc/nsswitch.conf ARG VERSION="dev" -COPY --from=rancher/k3s:v1.22.13-k3s1 /bin /bin +COPY --from=rancher/k3s:v1.21.13-k3s1 /bin /bin RUN mkdir -p /etc && \ echo 'hosts: files dns' > /etc/nsswitch.conf && \