Skip to content

Commit 6a11e56

Browse files
chore(deps): update nginx docker tag to v1.24.0 (#1607)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 530f16b commit 6a11e56

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

0 commit comments

Comments
 (0)