From c47378b267ab6809b7b4c0dd4c8b2c04d2e6f448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:26:50 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.10-896 to 8.10-896.1716497715 in /build Bumps ubi8/ubi-minimal from 8.10-896 to 8.10-896.1716497715. --- 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..a103248 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.1716497715 AS base RUN microdnf module enable nodejs:20 && \ microdnf install -y nodejs --nodocs && \