Update postgres Docker tag to v14

pull/98/head
Renovate Bot 2021-12-24 08:01:32 +00:00
parent fe9c19f0e8
commit 1d83ee4338
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ services:
- 'DATABASE_URL=postgres://fej:fej@db:5432/fej'
db:
image: 'postgres:13-alpine'
image: 'postgres:14-alpine'
restart: 'always'
environment: