From 05386ea00498e0f535aa91097d041f732ea5ef26 Mon Sep 17 00:00:00 2001 From: "konveyor-ci-bot[bot]" <159171263+konveyor-ci-bot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:06:39 -0400 Subject: [PATCH] :seedling: [backport release-0.5] Bump ubi9/nodejs-18-minimal from 1-117 to 1-123 (#2027) (#2037) Backport-of: #2027 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 25da8d7946..c75c1e1d90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY --chown=1001 . . RUN npm clean-install --ignore-scripts && npm run build && npm run dist # Runner image -FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-117 +FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-123 # Add ps package to allow liveness probe for k8s cluster # Add tar package to allow copying files with kubectl scp