Skip to content

Commit 4667740

Browse files
chore(deps): update postgres docker tag to v14.15
1 parent 56b1344 commit 4667740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/docker/containers/postgres/postgres.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "docker_image" "postgres" {
2-
name = "postgres:14.5-alpine"
2+
name = "postgres:14.15-alpine"
33
}
44

55
resource "docker_container" "postgres" {

0 commit comments

Comments
 (0)