Skip to content

Commit cfd1c29

Browse files
authored
Merge pull request #295 from vardhaman22/vardhaman/k8s-december-2022-patches
k8s version update for 2022 December patch release: 1.25.5
2 parents d4b3d1c + 9d3f374 commit cfd1c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM rancher/hyperkube-base:v0.0.14
1+
FROM rancher/hyperkube-base:v0.0.15
22

33
COPY k8s-binaries/kube* /usr/local/bin/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
K8S_VERSION?=v1.25.2
1+
K8S_VERSION?=v1.25.5
22

33
ARCH?=amd64
44
ALL_ARCH=amd64 arm64

0 commit comments

Comments
 (0)