Skip to content

Commit d8c3fca

Browse files
Update postgres Docker tag to v18
1 parent 25389b7 commit d8c3fca

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:18.1
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)