From 9856d8c7c59c77c2c9087c5d8eec2b79a9bfff80 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 22 Jun 2026 22:39:56 +0200 Subject: [PATCH] bump doc refs --- docs/docs/start/docker_install.md | 2 +- docs/mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/start/docker_install.md b/docs/docs/start/docker_install.md index 44f60ffba1..045ef22c67 100644 --- a/docs/docs/start/docker_install.md +++ b/docs/docs/start/docker_install.md @@ -325,7 +325,7 @@ ARG INVENTREE_TAG # prebuild stage - needs a lot of build dependencies # make sure, the alpine and python version matches the version used in the inventree base image -FROM python:3.11-alpine3.18 as prebuild +FROM python:3.12-alpine3.18 as prebuild # Install whatever development dependency is needed (e.g. cups-dev, gcc, the musl-dev build tools and the pip pycups package) RUN apk add --no-cache cups-dev gcc musl-dev && \ diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 16f051309f..ca20e704c7 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -366,7 +366,7 @@ extra: # provider: google # property: UA-143467500-1 - min_python_version: 3.11 + min_python_version: 3.12 min_invoke_version: 2.0.0 django_version: 5.2 docker_postgres_version: 17