From ffbacec185422b5fb3e1394ae359841a9ebbe578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:52:12 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.10-1086 to 8.10-1154 in /build Bumps ubi8/ubi-minimal from 8.10-1086 to 8.10-1154. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 75d5210..76b89f7 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,6 +1,6 @@ #----------------------- base ----------------------- -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 AS base +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154 AS base RUN microdnf module enable nodejs:20 && \ microdnf install -y nodejs --nodocs && \