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