From 3b8fcd035a88a07f6d79700bc6432369d85eaecc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:36:44 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/ubi Docker tag to v8.10-1132 --- ubi8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi8/Dockerfile b/ubi8/Dockerfile index 1abc286..53a47aa 100644 --- a/ubi8/Dockerfile +++ b/ubi8/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi:8.10-1088 +FROM registry.access.redhat.com/ubi8/ubi:8.10-1132 # Set HOME. Required for CRI-o to set /etc/passwd correctly and in general for other CLI tools ENV HOME=/home/user