From 46850841c38fcca41177e3fef47e137783033a2c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Oct 2020 08:00:59 +0000 Subject: [PATCH] Update postgres Docker tag to v11.9 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 794ef9c..3dc602a 100644 --- a/compose.yml +++ b/compose.yml @@ -46,7 +46,7 @@ services: start_period: 1m db: - image: postgres:11.6-alpine + image: postgres:11.9-alpine environment: - POSTGRES_USER=codimd - POSTGRES_PASSWORD_FILE=/run/secrets/db_password