Skip to content

Commit

Permalink
Merge pull request #52 from code0-tech/renovate/postgres-15.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v15.7
  • Loading branch information
Taucher2003 committed Jul 14, 2024
2 parents c9878a2 + 1aecaef commit a93bbd5
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:15.7-alpine"
}

resource "docker_image" "valkey" {
Expand Down

0 comments on commit a93bbd5

Please sign in to comment.