From 87e5845842535f761c404beb0e493153c5dc09c9 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh03[bot]" <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:03:38 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/rhel10/nginx-126 docker tag to v10.1-1774281219 Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> --- tests/containers/fips-nginx/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/containers/fips-nginx/Containerfile b/tests/containers/fips-nginx/Containerfile index 3aced82647..bed65a263a 100644 --- a/tests/containers/fips-nginx/Containerfile +++ b/tests/containers/fips-nginx/Containerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/rhel10/nginx-126:10.1 +FROM registry.redhat.io/rhel10/nginx-126:10.1-1774281219 ADD nginx.conf "${NGINX_CONF_PATH}"