From 1b130a48ef723fdbf24251a451d74af0ec953bcc Mon Sep 17 00:00:00 2001 From: Philipp Fruck Date: Wed, 17 Sep 2025 14:40:23 +0200 Subject: [PATCH] upgrade postgres to 17 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index f5af5c6..ff4f7a4 100644 --- a/compose.yml +++ b/compose.yml @@ -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