Skip to content

Commit

Permalink
Update postgres Docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2024
1 parent 6c99375 commit dac5154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docker/plane/images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "docker_image" "plane_proxy" {
}

resource "docker_image" "postgres" {
name = "postgres:15.5-alpine"
name = "postgres:16.3-alpine"
}

resource "docker_image" "valkey" {
Expand Down

0 comments on commit dac5154

Please sign in to comment.