Update hashes and set default version to 1.19.3 (#6841)

This commit is contained in:
Florian Ruynat
2020-10-21 09:58:20 +02:00
committed by GitHub
parent f323d70c0f
commit 60b0fb3e88
5 changed files with 32 additions and 5 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.2
ENV KUBE_VERSION=v1.19.3
RUN mkdir /kubespray
WORKDIR /kubespray