From 0cf226f3f9c949ad3d5f2082a31b94ea99898085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 07:43:29 +0000 Subject: [PATCH] Update rockylinux Docker tag to v9 --- testing/docker/rockylinux.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/docker/rockylinux.Dockerfile b/testing/docker/rockylinux.Dockerfile index 5a2c66a..8963bbc 100644 --- a/testing/docker/rockylinux.Dockerfile +++ b/testing/docker/rockylinux.Dockerfile @@ -1,5 +1,5 @@ # Rocky Linux test container for go-syspkg (YUM testing) -FROM rockylinux:8 +FROM rockylinux:9 # Install build dependencies and YUM RUN yum update -y && yum install -y \