Update hashes and set default version to 1.19.5 (#7012)

* Update hashes and set default version to 1.19.5

Signed-off-by: anthr76 <hello@anthonyrabbito.com>

* Reorder hashes

1.19.5 hashes should be near 1.19.x

* Added back blank line
This commit is contained in:
Anthony Rabbito
2020-12-16 04:42:20 -05:00
committed by GitHub
parent aeaa876d57
commit 93445b4dbc
5 changed files with 14 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.4
ENV KUBE_VERSION=v1.19.5
RUN mkdir /kubespray
WORKDIR /kubespray