From 7001436bfe99c8c1854439d0237c84750500575b Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 13 Jan 2024 00:04:15 +0000 Subject: [PATCH] chore: Update from ubi8/nodejs-18:1-81 to ubi8/nodejs-18:1-86 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 f81797cfc..2c27529c6 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-81 as builder +FROM registry.access.redhat.com/ubi8/nodejs-18:1-86 as builder # hadolint ignore=DL3002 USER 0 RUN dnf -y -q update --exclude=unbound-libs @@ -20,7 +20,7 @@ RUN npm i -g yarn; yarn install RUN yarn build # https://registry.access.redhat.com/ubi8/nodejs-18 -FROM registry.access.redhat.com/ubi8/nodejs-18:1-81 +FROM registry.access.redhat.com/ubi8/nodejs-18:1-86 # hadolint ignore=DL3002 USER 0 # hadolint ignore=DL4006