2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-31 00:21:15 +00:00

chore(backend): full backend/image bump (#11571)

* full bump

* bump base image

* update comment

* fix ty errors

* lower allauth
This commit is contained in:
Matthias Mair
2026-03-23 11:46:45 +01:00
committed by GitHub
parent 7100569e45
commit ae593bd7c4
14 changed files with 1243 additions and 1152 deletions

View File

@@ -9,8 +9,8 @@
# - Runs InvenTree web server under django development server
# - Monitors source files for any changes, and live-reloads server
# Base image last bumped 2026-02-23
FROM python:3.14-slim-trixie@sha256:486b8092bfb12997e10d4920897213a06563449c951c5506c2a2cfaf591c599f AS inventree_base
# Base image last bumped 2026-03-20
FROM python:3.14-slim-trixie@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca AS inventree_base
# Build arguments for this image
ARG commit_tag=""