From ad5d183615716ac1a65aa2568af4dd78f45f071f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:16:58 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1154 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- 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 && \