From 0eb879a7fccd12da128f89b99a986292a0b9091a Mon Sep 17 00:00:00 2001 From: Che Incubator Bot <76213080+che-incubator-bot@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:32:14 +0100 Subject: [PATCH] chore: Update from ubi8/ubi:8.10-1088 to ubi8/ubi:8.10-1132 (#189) Signed-off-by: Nick Boldt Co-authored-by: Nick Boldt --- base/ubi8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/ubi8/Dockerfile b/base/ubi8/Dockerfile index cf718c2..4bfcd43 100644 --- a/base/ubi8/Dockerfile +++ b/base/ubi8/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.3-labs # https://registry.access.redhat.com/ubi8/ubi -FROM registry.access.redhat.com/ubi8/ubi:8.10-1088 +FROM registry.access.redhat.com/ubi8/ubi:8.10-1132 LABEL maintainer="Red Hat, Inc." LABEL com.redhat.component="devfile-base-container"