2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

[Backport] Update supported postgres-cli version to 15 (#9042)

* Update supported postgres-cli version to 15

* Update docs
This commit is contained in:
Oliver
2025-02-07 13:58:40 +11:00
committed by GitHub
parent d7ed114e2c
commit 407ccb7bd2
3 changed files with 10 additions and 3 deletions

View File

@ -70,7 +70,7 @@ RUN apk add --no-cache \
# Weasyprint requirements : https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#alpine-3-12
py3-pip py3-pillow py3-cffi py3-brotli pango poppler-utils openldap \
# Postgres client
postgresql13-client \
postgresql15-client \
# MySQL / MariaDB client
mariadb-client mariadb-connector-c \
&& \