From 83fc96849338398f002ee7d293b544237a2c6601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:08:43 +0000 Subject: [PATCH] :seedling: Bump ubi9/nodejs-20-minimal from 1-57.1724037293 to 1-63 (#2074) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea82c9d02..d57769d1e 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-57.1724037293 +FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63 # Add ps package to allow liveness probe for k8s cluster # Add tar package to allow copying files with kubectl scp