2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-30 16:41:35 +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

@@ -9,7 +9,7 @@
# - Runs InvenTree web server under django development server
# - Monitors source files for any changes, and live-reloads server
ARG base_image=python:3.11-alpine3.18
ARG base_image=python:3.11-alpine3.20
FROM ${base_image} AS inventree_base
# Build arguments for this image
@@ -64,7 +64,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 \
postgresql14-client \
# MySQL / MariaDB client
mariadb-client mariadb-connector-c \
&& \