From 50a87da6f2343918605756a78fc696a257b86453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:52:50 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.10-896 to 8.10-896.1717584414 in /build Bumps ubi8/ubi-minimal from 8.10-896 to 8.10-896.1717584414. --- 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 77e6ebd..3327c1d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,6 +1,6 @@ #----------------------- base ----------------------- -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896 AS base +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414 AS base RUN microdnf module enable nodejs:20 && \ microdnf install -y nodejs --nodocs && \