From c393b654ab67af048300c0b9e93b7158812c2118 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:47:36 -0800 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi docker digest to 449da7f (#195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 3f95561b..320f39b9 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,5 +1,5 @@ # RedHat UBI 8 with nodejs 16 -FROM registry.access.redhat.com/ubi8/ubi@sha256:3a865d83c19c86e3a43a0f2c66a5fbb6afe23403bd68a2af9deef7bd1d41ecea +FROM registry.access.redhat.com/ubi8/ubi@sha256:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3 RUN dnf module install -y nodejs:16 # Install packages, build and keep only prod packages