Skip to content

Commit 968b024

Browse files
chore(deps): update nginx docker tag to v1.23.3 (terraform-google-modules#1498)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3e08ea commit 968b024

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.23.2"
55+
image = "nginx:1.23.3"
5656
name = "nginx-example"
5757
}
5858
}

0 commit comments

Comments
 (0)