Skip to content

Commit

Permalink
Bump k3s version
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Sep 9, 2021
1 parent 40088e7 commit 16f0467
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 @@ -2,7 +2,7 @@ ARG LUET_VERSION=0.16.7
FROM quay.io/luet/base:$LUET_VERSION AS luet

FROM opensuse/leap:15.3
ARG K3S_VERSION=v1.20.4+k3s1
ARG K3S_VERSION=v1.21.4+k3s1
ARG ARCH=amd64
ENV ARCH=${ARCH}
RUN zypper in -y \
Expand Down

0 comments on commit 16f0467

Please sign in to comment.