2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Bump docker image alpine base from 3.18 to 3.20 (#7699)

* bump docker image from 3.18 to 3.20

* bump postgres from 13 to 14
This commit is contained in:
Matthias Mair
2024-07-21 23:46:41 +02:00
committed by GitHub
parent 77693c18a1
commit 0effb44402
5 changed files with 7 additions and 7 deletions

View File

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