Skip to content

Commit db5fef5

Browse files
authored
Merge pull request #14 from howtographql/renovate/postgres-13.x
chore(deps): update postgres docker tag to v13.9
2 parents eda8a6a + d036a32 commit db5fef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
# Docker connection string for local machine: postgres://postgres:postgres@localhost:5432/
55

66
postgres:
7-
image: postgres:13.6
7+
image: postgres:13.9
88
restart: always
99
environment:
1010
- POSTGRES_USER=postgres

0 commit comments

Comments
 (0)