From 7f2296a51c56b39de57351d5d47f3b51fc098c82 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh02[bot]" <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 04:08:56 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/ubi8/nginx-124 docker digest to ba9936f Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> --- .konflux/dockerfiles/console-plugin.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.konflux/dockerfiles/console-plugin.Dockerfile b/.konflux/dockerfiles/console-plugin.Dockerfile index b67e4b22..4726b70e 100644 --- a/.konflux/dockerfiles/console-plugin.Dockerfile +++ b/.konflux/dockerfiles/console-plugin.Dockerfile @@ -1,5 +1,5 @@ ARG BUILDER=registry.redhat.io/ubi8/nodejs-18@sha256:77d47e5c63e2a45a5d6a5546b145278f04a1a20fcf01b8a3ffaeb1f49056cf11 -ARG RUNTIME=registry.redhat.io/ubi8/nginx-124@sha256:6a5792cafa3de88ea00ef17bcaa40a4349cac8ec59e5c438b0b8ad2730e5922d +ARG RUNTIME=registry.redhat.io/ubi8/nginx-124@sha256:ba9936fb97f63916dcb56fbe809c96944690e94d0be23e526180c99b90536838 FROM $BUILDER AS builder-ui