Skip to content

Commit 2cf0613

Browse files
committed
Sync common makefile
Signed-off-by: Dale Haiducek <[email protected]>
1 parent a369b18 commit 2cf0613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/common/Makefile.common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ KIND_VERSION ?= latest
135135
# Set the Kind version tag
136136
ifdef KIND_VERSION
137137
ifeq ($(KIND_VERSION), minimum)
138-
KIND_ARGS = --image kindest/node:v1.19.16
138+
KIND_ARGS = --image kindest/node:v1.25.16
139139
else ifneq ($(KIND_VERSION), latest)
140140
KIND_ARGS = --image kindest/node:$(KIND_VERSION)
141141
endif

0 commit comments

Comments
 (0)