Update Kubernetes v1.5.4 to 1.9.4

Kubernetes has been released 1.9.4 version

Change-Id: Ieedde5d885304c3ea2e1fcbadc6502536ca044bf
This commit is contained in:
zhubingbing 2017-06-07 18:08:35 +08:00
parent c23b39f703
commit a74ac79e4c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
ENV KUBERNETES_VERSION=v1.5.4
ENV KUBERNETES_VERSION=v1.9.4
{% if base_arch != 'x86_64' %}