From f6128ea0cf1c8ce39f0f3036ba6ca300b2984726 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 05:04:49 +0000 Subject: [PATCH] chore(deps): update rockylinux/rockylinux:10-ubi-init docker digest to d74909e --- testdata/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/Dockerfile b/testdata/Dockerfile index 295736c..1a297fb 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:d74909e17a4bf2beecb5247d28038f53b04aed9e3c80ed1a33f2f75a68f112bd 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:d74909e17a4bf2beecb5247d28038f53b04aed9e3c80ed1a33f2f75a68f112bd AS ssh EXPOSE 8022