Skip to content

Commit

Permalink
Update postgres Docker tag to v15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent a71a958 commit 2506b5f
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:15.8-alpine"
}

resource "docker_image" "valkey" {
Expand Down

0 comments on commit 2506b5f

Please sign in to comment.