Skip to content

Commit 4abb170

Browse files
chore(deps): update nginx docker tag to v1.23.4 (#1600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48d7590 commit 4abb170

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

0 commit comments

Comments
 (0)