diff --git a/locals.tf b/locals.tf index 77719a7..ab05004 100644 --- a/locals.tf +++ b/locals.tf @@ -44,7 +44,7 @@ locals { domain = "api-vic${local.env_suffix}.${var.root_domain}" image = { repo = data.aws_ecr_repository.vic_backend.repository_url - tag = "1.0.20" + tag = "1.1.0" } }