forked from External/greenlight
GRN2-354: Switch default database to Postgres 13.2 (#2563)
* Switch default database to Postgres 13.2 * Update pg version in Github Actions
This commit is contained in:
@ -24,7 +24,7 @@ services:
|
||||
links:
|
||||
- db
|
||||
db:
|
||||
image: postgres:9.5
|
||||
image: postgres:13.2-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 127.0.0.1:5432:5432
|
||||
|
Reference in New Issue
Block a user