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 7f19251 chore(deps): update dependency postgres to v14
7f19251 is described below
commit 7f19251ebff45fcf30f506584765dfc43e3ed785
Author: Renovate Bot <[email protected]>
AuthorDate: Sun Mar 6 22:31:03 2022 +0000
chore(deps): update dependency postgres to v14
---
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 38611a9..27fa951 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.6
+ image: postgres:14.2
volumes:
- ./fineract-db/docker/postgresql:/docker-entrypoint-initdb.d/:Z,ro
restart: always