From c8f06d8562cf921f1568d7b549ed570ba5c4f6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 17:38:21 +0000 Subject: [PATCH] Bump redhat/ubi9 from `fc300be` to `1fafb09` in /build Bumps redhat/ubi9 from `fc300be` to `1fafb09`. --- updated-dependencies: - dependency-name: redhat/ubi9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index f2293b5fa9..c882b37a4f 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -223,7 +223,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode ############################################# Base image for UBI with NGINX Plus and App Protect WAF ############################################# -FROM redhat/ubi9@sha256:fc300be6adbdf2ca812ad01efd0dee2a3e3f5d33958ad6cd99159e25e9ee1398 as ubi-9-plus-nap +FROM redhat/ubi9@sha256:1fafb0905264413501df60d90a92ca32df8a2011cbfb4876ddff5ceb20c8f165 as ubi-9-plus-nap ARG NAP_MODULES RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode=0644 \