Skip to content

Commit 4ebb642

Browse files
authored
Merge pull request #211 from code0-tech/renovate/outline-postgres-17.x
Update postgres Docker tag to v17.8
2 parents 2f6d3fd + 466e15a commit 4ebb642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/docker/outline/postgres.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
data "docker_registry_image" "postgres" {
2-
name = "postgres:17.7"
2+
name = "postgres:17.8"
33
}
44

55
resource "docker_image" "postgres" {

0 commit comments

Comments
 (0)