Update hashes and set default version to 1.19.7 (#7150)

This commit is contained in:
Florian Ruynat
2021-01-13 23:57:02 +01:00
committed by GitHub
parent 8331939aed
commit 09fa99fdc6
5 changed files with 31 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.6
ENV KUBE_VERSION=v1.19.7
RUN mkdir /kubespray
WORKDIR /kubespray