mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-30 09:20:03 +00:00
Update postgres version (#10895)
- docker setup uses postgres:17 - Documentation incorrectly stated postgres:16 - Update CI to use postgres:17 also
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
db:
|
||||
image: postgres:15
|
||||
image: postgres:17
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5432/tcp
|
||||
|
||||
Reference in New Issue
Block a user