Skip to content

Commit

Permalink
back to k8s 1.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fragolinux committed Oct 3, 2022
1 parent c33bad9 commit 08d9e45
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 @@ -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 && \
Expand Down

0 comments on commit 08d9e45

Please # to comment.