From 4d736b713a628734f2b384e2a1d8eba601a97cc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 17:42:23 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi docker tag to v8.10-1787647293 --- ubi8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi8/Dockerfile b/ubi8/Dockerfile index b116ba46..5811a93c 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-1787647293 # Set HOME. Required for CRI-o to set /etc/passwd correctly and in general for other CLI tools ENV HOME=/home/user