From 533bdae0345e1dc0164d3081253db108e58862c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 09:24:16 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi docker tag to v8.10-1776748720 --- ubi8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi8/Dockerfile b/ubi8/Dockerfile index b116ba46..8111a5ac 100644 --- a/ubi8/Dockerfile +++ b/ubi8/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi:8.10-1771921546 +FROM registry.access.redhat.com/ubi8/ubi:8.10-1776748720 # Set HOME. Required for CRI-o to set /etc/passwd correctly and in general for other CLI tools ENV HOME=/home/user