Skip to content

Commit 3ec12f2

Browse files
Update postgres Docker tag to v17.7
1 parent d2c8a0a commit 3ec12f2

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)