Skip to content

Commit 471a6cb

Browse files
authored
Merge pull request #189 from code0-tech/renovate/outline-postgres-17.x
Update postgres Docker tag to v17.7
2 parents 8582bd8 + f52822a commit 471a6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6"
2+
name = "postgres:17.7"
33
}
44

55
resource "docker_image" "postgres" {

0 commit comments

Comments
 (0)