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