From 8aa6cbcae8f233a23540bb8e55d361d5cfe099db Mon Sep 17 00:00:00 2001 From: Chris Kim Date: Wed, 9 Sep 2020 10:05:28 -0700 Subject: [PATCH] Add Kubernetes v1.19.1 Signed-off-by: Chris Kim --- Dockerfile.windows | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index 5813ef0..1cdaac1 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \ Exit 1; \ } \ } -ENV K8S_VERSION v1.19.0 +ENV K8S_VERSION v1.19.1 RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \ \ function Expand-GZip ($inFile, $outFile) { \ diff --git a/Makefile b/Makefile index e21a602..1bf20c3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.19.0 +K8S_VERSION?=v1.19.1 ARCH?=amd64 ALL_ARCH=amd64 arm64