Skip to content

Commit

Permalink
update nginx container source
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 22, 2026
1 parent 88dd9e4 commit f5e018b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5e018b

Please sign in to comment.