[Gitea] Upgrade Postgres to 13.3

CERTFR-2021-AVI-381
This commit is contained in:
thopic 2021-05-16 16:55:52 +02:00
parent e4815a8280
commit 65afd77db5
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -37,7 +37,7 @@ services:
- "traefik.http.routers.git-https.tls.certresolver=myhttpchallenge" - "traefik.http.routers.git-https.tls.certresolver=myhttpchallenge"
db: db:
image: postgres:13 image: postgres:13.3
# env_file: ./secrets/db.secrets # env_file: ./secrets/db.secrets
restart: unless-stopped restart: unless-stopped
volumes: volumes: