Skip to content

Commit

Permalink
Update container image version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Mar 11, 2024
1 parent d603fa4 commit 6307b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/onpremises_tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "azurerm_container_group" "tests" {

container {
name = "${var.contaner_group_name}-container"
image = "ghcr.io/azure/agw-pep-custom-names/agw-pep-custom-names:1.0.0"
image = "ghcr.io/azure/agw-pep-custom-names/agw-pep-custom-names:1.1.0"
cpu = "1.0"
memory = "1.0"
commands = []
Expand Down

0 comments on commit 6307b5c

Please sign in to comment.