From 975ae47c652fa3f70e26f006c4825266cfc66970 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 May 2021 07:01:16 +0000 Subject: [PATCH] Update postgres Docker tag to v11.12 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 71f8d57..3f29346 100644 --- a/compose.yml +++ b/compose.yml @@ -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