From debb8a1b7a1f7541b461e3363a3008948ef3f14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Fri, 25 Aug 2023 16:08:10 +0200 Subject: [PATCH] Fix component ref for nginx. Rebuild for #2170808 Resolves: #2170808 - Running nginx with systemctl and entering ssl private key's pass phrase --- nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.yaml b/nginx.yaml index c25c678..52bd10e 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -39,5 +39,5 @@ data: rpms: nginx: rationale: Module API. - ref: stream-nginx-1.22-rhel-9.2.0 + ref: stream-nginx-1.22-rhel-9.3.0 ...