Skip to content

Commit

Permalink
Merge pull request #254 from kinarashah/1234
Browse files Browse the repository at this point in the history
  • Loading branch information
kinarashah authored Feb 24, 2022
2 parents 913b44b + 5754ab0 commit 055735a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM rancher/hyperkube-base:v0.0.9
FROM rancher/hyperkube-base:v0.0.10

COPY k8s-binaries/kube* /usr/local/bin/
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
Exit 1; \
} \
}
ENV K8S_VERSION v1.23.3
ENV K8S_VERSION v1.23.4
RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
\
function Expand-GZip ($inFile, $outFile) { \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.windows.20H2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
Exit 1; \
} \
}
ENV K8S_VERSION v1.23.3
ENV K8S_VERSION v1.23.4
RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
\
function Expand-GZip ($inFile, $outFile) { \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
K8S_VERSION?=v1.23.3
K8S_VERSION?=v1.23.4

ARCH?=amd64
ALL_ARCH=amd64 arm64
Expand Down

0 comments on commit 055735a

Please sign in to comment.