Skip to content

Commit 02e7c3e

Browse files
changed kubernetes_version to 1.29 in rocky 9 dockerfile so that the test image can build
1 parent 46ba726 commit 02e7c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile.rocky-9

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ARG crio_version=1.28
3737
ARG crio_os=CentOS_8
3838
ARG crictl_version=v1.20.0
3939

40-
ARG kubernetes_version=1.28
40+
ARG kubernetes_version=1.29
4141

4242
RUN dnf update -y && dnf install -y \
4343
acl \

0 commit comments

Comments
 (0)