mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-12 13:39:26 -02:30
Default to latest kubernetes patch version (1.19.10)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0bb0f4dcc5
commit
58b926561e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user