chore: Upgrade PostgreSQL to 12.7

https://www.postgresql.org/docs/release/12.7/
This commit is contained in:
2021-05-17 14:18:10 +02:00
parent 2442fd891b
commit cee207e504
7 changed files with 11 additions and 13 deletions

View File

@ -19,7 +19,7 @@ DISABLE_GRAVATAR=true
# DATABASE
# Voir la description ../postgres/README.md
POSTGRES_IMAGE=postgres:12.5-alpine
POSTGRES_IMAGE=postgres:12.7-alpine
POSTGRES_USER=user-example
POSTGRES_PASSWORD=password-example
POSTGRES_DB=postgres-database-name-example