From f5e018b57fed2b2dc76c5772c6c63746f6cc1d01 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 22 Jan 2026 14:37:11 -0500 Subject: [PATCH] update nginx container source --- copy_images.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy_images.tf b/copy_images.tf index 2e482a3..4264bfc 100644 --- a/copy_images.tf +++ b/copy_images.tf @@ -57,7 +57,7 @@ locals { enabled = true dest_path = null name = "grafana/nginx-unprivileged" - source_image = "opensource/nginx/nginx-alpine" + source_image = "opensource/nginx/nginx" source_registry = format("%v/%v", local.ent_ecr_source, "ironbank") source_tag = var.gateway_tag tag = var.gateway_tag