From 1c8639d71300ba0bf1edc83a111fdbaaeb6c29e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:51:19 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal in /build Bumps ubi8/ubi-minimal from 8.8-1072.1697626218 to 8.9-1108.1705420507. --- 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 cdb8b264..4366b8d6 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,6 +1,6 @@ #----------------------- base ----------------------- -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218 AS base +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1705420507 AS base RUN microdnf module enable nodejs:16 && \ microdnf install -y jq nodejs --nodocs && \