Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update postgres Docker tag to v15.8
Browse files Browse the repository at this point in the history
renovate[bot] authored Oct 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c590ccc commit 6a53c7b
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
@@ -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" {

0 comments on commit 6a53c7b

Please sign in to comment.