From e135ee72e0c0933c801f9c13396bf1c489e3b6d5 Mon Sep 17 00:00:00 2001 From: Steven Crespo Date: Wed, 9 Dec 2020 12:39:39 -0800 Subject: [PATCH] Add k8s v1.19.5 --- Dockerfile.windows | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index 7d8db20..7a3834f 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.4 +ENV K8S_VERSION v1.19.5 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 c64ca40..8b1c884 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.19.4 +K8S_VERSION?=v1.19.5 ARCH?=amd64 ALL_ARCH=amd64 arm64