Skip to content

Commit 998043f

Browse files
chore(deps): update nginx docker tag to v1.25.1 (terraform-google-modules#1644)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c480904 commit 998043f

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
@@ -52,7 +52,7 @@ resource "kubernetes_pod" "nginx-example" {
5252

5353
spec {
5454
container {
55-
image = "nginx:1.24.0"
55+
image = "nginx:1.25.1"
5656
name = "nginx-example"
5757
}
5858
}

0 commit comments

Comments
 (0)