From 7717dd626d3ca4c9aceb23b85a40baa12ed3c1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:07:18 +0000 Subject: [PATCH] :seedling: Bump ubi9/nodejs-18-minimal from 1-113.1717076360 to 1-117 (#1958) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e83106b2..268cc69bd 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-113.1717076360 +FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-117 # Add ps package to allow liveness probe for k8s cluster # Add tar package to allow copying files with kubectl scp