From 7ea79da3715ea088730de458b81ea1e820843352 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Apr 2025 00:02:26 +0000 Subject: [PATCH] Update nginx Docker tag to v1.27.5 --- nginx-testing/base/nginx-testing-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-testing/base/nginx-testing-deployment.yaml b/nginx-testing/base/nginx-testing-deployment.yaml index b64cd33..acf204b 100644 --- a/nginx-testing/base/nginx-testing-deployment.yaml +++ b/nginx-testing/base/nginx-testing-deployment.yaml @@ -14,7 +14,7 @@ spec: app: nginx-testing spec: containers: - - image: nginx:1.27.3 + - image: nginx:1.27.5 name: nginx-testing ports: - name: web -- 2.47.2