Update hashes and set default to 1.19.4 (#6903)

This commit is contained in:
Christoph Stäbler
2020-12-03 15:34:59 +01:00
committed by GitHub
parent 488db81e36
commit 1a491fc10c
5 changed files with 41 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.3
ENV KUBE_VERSION=v1.19.4
RUN mkdir /kubespray
WORKDIR /kubespray