From 0a7ec54754c2925a0509324bca626fa2f9523e29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 02:24:06 +0000 Subject: [PATCH] chore(deps): update rockylinux/rockylinux docker tag to v10 --- testdata/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/Dockerfile b/testdata/Dockerfile index 20eb5c6..373040e 100644 --- a/testdata/Dockerfile +++ b/testdata/Dockerfile @@ -1,4 +1,4 @@ -FROM rockylinux/rockylinux:9-ubi-init@sha256:74d44880f0fe91a2258d83c8be563262571e69a9388bdab0794b1fc9f13f798a AS kdc +FROM rockylinux/rockylinux:10-ubi-init@sha256:c383797bb0219908988ea2ef03e9ba03428461a1f588c2ac9f084617ae61fe5a AS kdc EXPOSE 8088 EXPOSE 8464 @@ -21,7 +21,7 @@ RUN kadmin.local ktadd -norandkey -k /etc/test.keytab test RUN kadmin.local addprinc -randkey DNS/ns.example.com RUN kadmin.local ktadd -k /etc/dns.keytab DNS/ns.example.com -FROM rockylinux/rockylinux:9-ubi-init@sha256:74d44880f0fe91a2258d83c8be563262571e69a9388bdab0794b1fc9f13f798a AS ns +FROM rockylinux/rockylinux:10-ubi-init@sha256:c383797bb0219908988ea2ef03e9ba03428461a1f588c2ac9f084617ae61fe5a AS ns EXPOSE 8053