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.
1 parent afc406a commit 7354a62Copy full SHA for 7354a62
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.1
+ENV K8S_VERSION v1.19.2
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.1
+K8S_VERSION?=v1.19.2
2
3
ARCH?=amd64
4
ALL_ARCH=amd64 arm64
0 commit comments