diff --git a/tests/Dockerfile b/tests/Dockerfile index c6aa54afa5..17d04c445d 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.5 # this is here so we can grab the latest version of kind and have dependabot keep it up to date -FROM kindest/node:v1.27.3 +FROM kindest/node:v1.28.0 FROM python:3.11