2
0
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:
Oliver
2025-11-24 16:48:59 +11:00
committed by GitHub
parent 276041ae54
commit 89e3d605c5
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
services:
db:
image: postgres:15
image: postgres:17
restart: unless-stopped
ports:
- 5432/tcp