Skip to content

Commit

Permalink
Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 9cdc9ce commit be1b357
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.7-alpine"
name = "postgres:17.0-alpine"
}

resource "docker_image" "valkey" {
Expand Down

0 comments on commit be1b357

Please sign in to comment.