From e6a2075af39b6c563b666728b5bb6830250f2df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 02:04:43 +0000 Subject: [PATCH] :seedling: Bump ubi9/nodejs-18-minimal from 1-113.1717076360 to 1-117 Bumps ubi9/nodejs-18-minimal from 1-113.1717076360 to 1-117. --- updated-dependencies: - dependency-name: ubi9/nodejs-18-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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