From 944f2226f73f5ff5f6547ba95e47e17fa67e81df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:07:35 +0000 Subject: [PATCH] chore(deps): Update nginx Docker tag to v1.29.4 --- examples/deploy_service/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deploy_service/main.tf b/examples/deploy_service/main.tf index 38ad3813a0..cb7f2e9fd2 100644 --- a/examples/deploy_service/main.tf +++ b/examples/deploy_service/main.tf @@ -55,7 +55,7 @@ resource "kubernetes_pod" "nginx-example" { spec { container { - image = "nginx:1.29.3" + image = "nginx:1.29.4" name = "nginx-example" } }