Skip to content

Commit 836f79a

Browse files
chore(deps): Update nginx Docker tag to v1.25.3 (terraform-google-modules#1789)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3bca4a commit 836f79a

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

5454
spec {
5555
container {
56-
image = "nginx:1.25.2"
56+
image = "nginx:1.25.3"
5757
name = "nginx-example"
5858
}
5959
}

0 commit comments

Comments
 (0)