[Postgres] Bump to 13.5

CERTFR-2021-AVI-867
This commit is contained in:
thopic 2021-11-19 22:59:32 +01:00
parent 8c1fa4e08d
commit 740a7d4438
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -38,7 +38,7 @@ services:
- "traefik.http.routers.git-https.tls.certresolver=myhttpchallenge"
db:
image: postgres:13.4
image: postgres:13.5
env_file: ./secrets/db.secrets
restart: unless-stopped
command: ["postgres", "-c", "log_statement=all", "-c", "logging_collector=on"]