File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.22.5
13+ ENV K8S_VERSION v1.22.6
1414RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
1515 \
1616 function Expand-GZip ($inFile, $outFile) { \
Original file line number Diff line number Diff 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.22.5
13+ ENV K8S_VERSION v1.22.6
1414RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
1515 \
1616 function Expand-GZip ($inFile, $outFile) { \
Original file line number Diff line number Diff line change 1- K8S_VERSION? =v1.22.5
1+ K8S_VERSION? =v1.22.6
22
33ARCH? =amd64
44ALL_ARCH =amd64 arm64
You can’t perform that action at this time.
0 commit comments