Skip to content

Commit 04b9b43

Browse files
author
Steven Crespo
authored
Merge pull request rancher#175 from PennyScissors/v1203
Add k8s v1.20.3
2 parents e63892e + bbc07e9 commit 04b9b43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
1010
Exit 1; \
1111
} \
1212
}
13-
ENV K8S_VERSION v1.20.2
13+
ENV K8S_VERSION v1.20.3
1414
RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
1515
\
1616
function Expand-GZip ($inFile, $outFile) { \

Dockerfile.windows.20H2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
1010
Exit 1; \
1111
} \
1212
}
13-
ENV K8S_VERSION v1.20.2
13+
ENV K8S_VERSION v1.20.3
1414
RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
1515
\
1616
function Expand-GZip ($inFile, $outFile) { \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
K8S_VERSION?=v1.20.2
1+
K8S_VERSION?=v1.20.3
22

33
ARCH?=amd64
44
ALL_ARCH=amd64 arm64

0 commit comments

Comments
 (0)