2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-30 01:10:00 +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

@@ -360,7 +360,7 @@ extra:
min_python_version: 3.10
min_invoke_version: 2.0.0
django_version: 5.2
docker_postgres_version: 16
docker_postgres_version: 17
version:
default: stable