This is an automated email from the ASF dual-hosted git repository.
arnold 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 af34f3146 Update postgres Docker tag to v17
af34f3146 is described below
commit af34f3146354f4977548312dbbd2eb6100233236
Author: Renovate <[email protected]>
AuthorDate: Mon Dec 2 02:21:51 2024 +0000
Update postgres Docker tag to v17
---
.github/workflows/build-postgresql.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index eba477b86..51e9b66ec 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -10,7 +10,7 @@ jobs:
services:
postgresql:
- image: postgres:16.4
+ image: postgres:17.2
ports:
- 5432:5432
env: