Skip to content

Commit 5026db1

Browse files
chore(deps): Update nginx Docker tag to v1.27.4 (terraform-google-modules#2281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a237327 commit 5026db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/deploy_service/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "kubernetes_pod" "nginx-example" {
5555

5656
spec {
5757
container {
58-
image = "nginx:1.27.3"
58+
image = "nginx:1.27.4"
5959
name = "nginx-example"
6060
}
6161
}

0 commit comments

Comments
 (0)