upgrade postgres to 17

This commit is contained in:
Philipp Fruck 2025-09-17 14:40:23 +02:00
parent f310a238d5
commit 1b130a48ef
No known key found for this signature in database
GPG key ID: 9B7D2672DB7F47AD

View file

@ -42,7 +42,7 @@ services:
# Database service
# Use PostgreSQL as the database backend
inventree-db:
image: postgres:13
image: postgres:17
container_name: inventree-db
expose:
- ${INVENTREE_DB_PORT:-5432}/tcp