From 302f3e445aff5eb59d683c54b391b1bcd608638f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:49:09 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.10-1018 to 8.10-1052.1724178568 in /build Bumps ubi8/ubi-minimal from 8.10-1018 to 8.10-1052.1724178568. --- 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 2d06ae2..34bf247 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,6 +1,6 @@ #----------------------- base ----------------------- -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018 AS base +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 AS base RUN microdnf module enable nodejs:20 && \ microdnf install -y nodejs --nodocs && \