bumped docker base image (#5889)

This commit is contained in:
Matthias Mair 2023-11-13 02:44:31 +01:00 committed by GitHub
parent a1ce2f53e1
commit 41296e4574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.10-alpine3.18 as inventree_base
FROM python:3.11-alpine3.18 as inventree_base
# Build arguments for this image
ARG commit_hash=""