From 80c20deb70e2a5b228d6933dba9dc990c6c8ab98 Mon Sep 17 00:00:00 2001 From: Vaishnav Gaikwad Date: Wed, 9 Aug 2023 18:53:06 +0530 Subject: [PATCH] bump hyperkube-base and add k8s 1.26.8 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f7efdf1..2bc0ef6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM rancher/hyperkube-base:v0.0.16 +FROM rancher/hyperkube-base:v0.0.17 COPY k8s-binaries/kube* /usr/local/bin/ diff --git a/Makefile b/Makefile index 56af7d5..4235f30 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.26.7 +K8S_VERSION?=v1.26.8 ARCH?=amd64 ALL_ARCH=amd64 arm64