We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c655c88 + 8aa6cbc commit afc406aCopy full SHA for afc406a
Dockerfile.windows
@@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
10
Exit 1; \
11
} \
12
}
13
-ENV K8S_VERSION v1.19.0
+ENV K8S_VERSION v1.19.1
14
RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
15
\
16
function Expand-GZip ($inFile, $outFile) { \
Makefile
@@ -1,4 +1,4 @@
1
-K8S_VERSION?=v1.19.0
+K8S_VERSION?=v1.19.1
2
3
ARCH?=amd64
4
ALL_ARCH=amd64 arm64
0 commit comments