diff --git a/Dockerfile b/Dockerfile index f8a7309..1041a7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM rancher/hyperkube-base:v0.0.19 +FROM rancher/hyperkube-base:v0.0.20 COPY k8s-binaries/kube* /usr/local/bin/ diff --git a/Makefile b/Makefile index 0799746..3c27830 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.27.10 +K8S_VERSION?=v1.27.11 ARCH?=amd64 ALL_ARCH=amd64 arm64