diff --git a/Dockerfile b/Dockerfile index 0856a8361b..84709ab034 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ # - Runs InvenTree web server under django development server # - Monitors source files for any changes, and live-reloads server -FROM python:3.11-alpine3.18 as inventree_base +FROM python:3.10-alpine3.18 as inventree_base # Build arguments for this image ARG commit_hash=""