From 154a4e45f429903c9f36ad3a35651b1267130ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:46:09 +0000 Subject: [PATCH] :seedling: Bump ubi9/nodejs-18-minimal from 1-117 to 1-123 (#2027) --- 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