chore(deps): update dependency postgres to v14
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
CSRBot 2022-03-19 02:01:36 +01:00
parent 96618051fe
commit 37121272bd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
- PGTZ=Europe/Berlin
- POSTGRES_PASSWORD=postgres
- TZ=Europe/Berlin
image: postgres:13-alpine
image: postgres:14-alpine
ports:
- 5432:5432
restart: always