From fb71896672b2fe2948020b58e3a36e6a96d14ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:55:00 +0000 Subject: [PATCH] :seedling: Bump ubi9/nodejs-20-minimal from 1-63 to 1-63.1726695170 Bumps ubi9/nodejs-20-minimal from 1-63 to 1-63.1726695170. --- updated-dependencies: - dependency-name: ubi9/nodejs-20-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 6a612c81c..5cef75d44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN \ npm run dist # Runner image -FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63 +FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63.1726695170 # Add ps package to allow liveness probe for k8s cluster # Add tar package to allow copying files with kubectl scp