Skip to content

Commit 111ca32

Browse files
chore(deps): update postgres docker tag to v15
1 parent eda8a6a commit 111ca32

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:15.1
88
restart: always
99
environment:
1010
- POSTGRES_USER=postgres

0 commit comments

Comments
 (0)