You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/03/06 17:08:31 UTC

[fineract] branch develop updated: chore(deps): update dependency postgres to v13.6

This is an automated email from the ASF dual-hosted git repository.

aleks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new c52cb044 chore(deps): update dependency postgres to v13.6
c52cb044 is described below

commit c52cb044c2d1d2b810e59375e1bb24b94dd27e92
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Mar 6 14:40:12 2022 +0000

    chore(deps): update dependency postgres to v13.6
---
 docker-compose-postgresql.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose-postgresql.yml b/docker-compose-postgresql.yml
index 1c9a41f5..38611a9 100644
--- a/docker-compose-postgresql.yml
+++ b/docker-compose-postgresql.yml
@@ -22,7 +22,7 @@ version: '3.7'
 services:
   # Backend service
   fineractpostgresql:
-    image: postgres:13.4
+    image: postgres:13.6
     volumes:
       - ./fineract-db/docker/postgresql:/docker-entrypoint-initdb.d/:Z,ro
     restart: always