From 52a856417fce95d5018bdcaa7ddfce9dfeb0dc89 Mon Sep 17 00:00:00 2001 From: "konveyor-ci-bot[bot]" <159171263+konveyor-ci-bot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:46:23 -0400 Subject: [PATCH] :seedling: Bump ubi9/nodejs-18 from 1-112.1720017853 to 1-118 (#2026) (#2046) Signed-off-by: Cherry Picker Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c75c1e1d90..79001f3d87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # - https://github.com/konveyor/tackle2-ui/pull/1781 # Builder image -FROM registry.access.redhat.com/ubi9/nodejs-18:1-112.1720017853 as builder +FROM registry.access.redhat.com/ubi9/nodejs-18:1-118 as builder USER 1001 COPY --chown=1001 . .