Skip to content

Commit 2059c61

Browse files
committed
Auto merge of #3990 - Turbo87:postgres, r=pietroalbini
Docker: Update Postgres to v13 similar to #3982
2 parents 81cce60 + cf266cf commit 2059c61

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
@@ -26,7 +26,7 @@ x-backend: &backend
2626

2727
services:
2828
postgres:
29-
image: postgres:9.6
29+
image: postgres:13
3030
environment:
3131
POSTGRES_USER: postgres
3232
POSTGRES_PASSWORD: password

0 commit comments

Comments
 (0)