From bbc07e9a2cca4eb4d993394c3751b8a6dd41e16f Mon Sep 17 00:00:00 2001 From: Steven Crespo Date: Thu, 11 Feb 2021 16:55:33 -0800 Subject: [PATCH] Add k8s v1.20.3 --- Dockerfile.windows | 2 +- Dockerfile.windows.20H2 | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index 54fc891..428286d 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.20.2 +ENV K8S_VERSION v1.20.3 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/Dockerfile.windows.20H2 b/Dockerfile.windows.20H2 index 65949a1..2ed28a8 100644 --- a/Dockerfile.windows.20H2 +++ b/Dockerfile.windows.20H2 @@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \ Exit 1; \ } \ } -ENV K8S_VERSION v1.20.2 +ENV K8S_VERSION v1.20.3 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 a2900b4..f07d52e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.20.2 +K8S_VERSION?=v1.20.3 ARCH?=amd64 ALL_ARCH=amd64 arm64