Update postgres Docker tag to v11.12 (main) #6

Merged
decentral1se merged 1 commits from renovate/main-docker-postgres-11.x into main 2021-05-17 07:44:33 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ services:
retries: 10
start_period: 1m
db:
image: postgres:11.11-alpine
image: postgres:11.12-alpine
environment:
- POSTGRES_USER=codimd
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password