From fa3af851131e31eccfedbed844e9d2054efb398c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 05:50:52 +0000 Subject: [PATCH] chore(deps): update rockylinux/rockylinux:10-ubi-init docker digest to 8a2b642 --- testdata/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/Dockerfile b/testdata/Dockerfile index 373040e..27c9aa6 100644 --- a/testdata/Dockerfile +++ b/testdata/Dockerfile @@ -1,4 +1,4 @@ -FROM rockylinux/rockylinux:10-ubi-init@sha256:c383797bb0219908988ea2ef03e9ba03428461a1f588c2ac9f084617ae61fe5a AS kdc +FROM rockylinux/rockylinux:10-ubi-init@sha256:8a2b642e8c40fffcc81e206dc1bd985c491f8569da678473cb77069862263275 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:10-ubi-init@sha256:c383797bb0219908988ea2ef03e9ba03428461a1f588c2ac9f084617ae61fe5a AS ns +FROM rockylinux/rockylinux:10-ubi-init@sha256:8a2b642e8c40fffcc81e206dc1bd985c491f8569da678473cb77069862263275 AS ns EXPOSE 8053