mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-11 22:54:17 +00:00
* Bump version number to 1.2.0 (#11299) * Bump version number to 1.2.0 * Update CHANGELOG.md * Update base image in Dockerfile Updated base image to the latest version as of 2026-02-12. * Fix for devcontainer build (#11311) (#11312) - Install yarn a different way (cherry picked from commit2a613809ec) --------- (cherry picked from commit723a4be24a) Co-authored-by: Matthias Mair <code@mjmair.com> Co-authored-by: Oliver <oliver.henry.walters@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9b3b68c8d8
commit
ccb4ea248b
@@ -9,7 +9,8 @@
|
|||||||
# - Runs InvenTree web server under django development server
|
# - Runs InvenTree web server under django development server
|
||||||
# - Monitors source files for any changes, and live-reloads server
|
# - Monitors source files for any changes, and live-reloads server
|
||||||
|
|
||||||
FROM python:3.11-slim-trixie@sha256:1d6131b5d479888b43200645e03a78443c7157efbdb730e6b48129740727c312 AS inventree_base
|
# Base image last bumped 2026-02-12
|
||||||
|
FROM python:3.11-slim-trixie@sha256:0b23cfb7425d065008b778022a17b1551c82f8b4866ee5a7a200084b7e2eafbf AS inventree_base
|
||||||
|
|
||||||
# Build arguments for this image
|
# Build arguments for this image
|
||||||
ARG commit_tag=""
|
ARG commit_tag=""
|
||||||
|
|||||||
Reference in New Issue
Block a user