From f237606acade4d7e2099c37a521a4c1ebf5fbfd5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Jun 2021 07:04:06 +0000 Subject: [PATCH] Update postgres Docker tag to v9.6.22 --- compose.postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.postgres.yml b/compose.postgres.yml index 805ec9b..3ba8ba1 100644 --- a/compose.postgres.yml +++ b/compose.postgres.yml @@ -13,7 +13,7 @@ services: - SELFOSS_DB_USERNAME=selfoss - SELFOSS_DB_PASSWORD_FILE=/run/secrets/db_password db: - image: "postgres:9.6.5" + image: "postgres:9.6.22" volumes: - "postgres:/var/lib/postgresql/data" networks: