From fde2f448da8a988d5ba6072a407a8cf7f73c9db5 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 20 Jul 2024 00:04:36 +0000 Subject: [PATCH] chore: Update from ubi8/nodejs-18:1-114 to ubi8/nodejs-18:1-114.1720405264 Signed-off-by: Nick Boldt --- build/dockerfiles/rhel.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index 3477fea4b..4f533be02 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.Dockerfile @@ -9,7 +9,7 @@ # Red Hat, Inc. - initial API and implementation # https://registry.access.redhat.com/ubi8/nodejs-18 -FROM registry.access.redhat.com/ubi8/nodejs-18:1-114 as builder +FROM registry.access.redhat.com/ubi8/nodejs-18:1-114.1720405264 as builder # hadolint ignore=DL3002 USER 0 RUN dnf -y -q update --exclude=unbound-libs @@ -21,7 +21,7 @@ RUN yarn build RUN yarn workspace @eclipse-che/dashboard-backend install --production # https://registry.access.redhat.com/ubi8/nodejs-18 -FROM registry.access.redhat.com/ubi8/nodejs-18:1-114 +FROM registry.access.redhat.com/ubi8/nodejs-18:1-114.1720405264 # hadolint ignore=DL3002 USER 0 # hadolint ignore=DL4006