From 430d5d38bac667c01b7aa1d92fa4cc41b6133de6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 06:26:15 +0000 Subject: [PATCH] chore(deps): update rockylinux/rockylinux:10-ubi-init docker digest to 8aad9f8 --- testdata/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/Dockerfile b/testdata/Dockerfile index 295736c..9a65936 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:8aad9f87397ccdb0b01ef32fdd2007de75fe2f8b0e6e393136a241eb6bd4a79b 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 host/ssh.example.com RUN kadmin.local ktadd -k /etc/ssh.keytab host/ssh.example.com -FROM rockylinux/rockylinux:10-ubi-init@sha256:c383797bb0219908988ea2ef03e9ba03428461a1f588c2ac9f084617ae61fe5a AS ssh +FROM rockylinux/rockylinux:10-ubi-init@sha256:8aad9f87397ccdb0b01ef32fdd2007de75fe2f8b0e6e393136a241eb6bd4a79b AS ssh EXPOSE 8022