Default to latest kubernetes patch version (1.19.10)

This commit is contained in:
Fredrik Liv
2021-04-16 09:54:39 +02:00
committed by Kubernetes Prow Robot
parent 0bb0f4dcc5
commit 58b926561e
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# Use imutable image tags rather than mutable tags (like ubuntu:18.04)
FROM ubuntu:bionic-20200807
ENV KUBE_VERSION=v1.19.9
ENV KUBE_VERSION=v1.19.10
RUN mkdir /kubespray
WORKDIR /kubespray