Skip to content

Commit c4cb6ce

Browse files
authored
Merge pull request #30 from openMF/renovate/postgres-17.x
Update postgres Docker tag to v17.7
2 parents 25389b7 + 7ac37c7 commit c4cb6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- ${WEB_APP_PORT:-80}:80
1919
# Database service
2020
postgresql:
21-
image: postgres:17.6
21+
image: postgres:17.7
2222
volumes:
2323
#- ./fineract-server/data/01-init.sh:/docker-entrypoint-initdb.d/01-init.sh:Z,ro
2424
- ./01-init.sh:/docker-entrypoint-initdb.d/01-init.sh:Z,ro

0 commit comments

Comments
 (0)