Skip to content

Commit 2c5d7fc

Browse files
authored
Merge pull request #257 from code0-tech/renovate/cygnus-postgres-18.x
Update postgres Docker tag to v18
2 parents a7e0dce + e87b803 commit 2c5d7fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/docker/cygnus/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:16-alpine"
2+
name = "postgres:18-alpine"
33
}
44

55
resource "docker_image" "postgres" {

0 commit comments

Comments
 (0)