From 723a4be24ad60e5d583bbeb45380ac3bb4a8c0a9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 13 Feb 2026 23:19:57 +0100 Subject: [PATCH] Update base image in Dockerfile (#11309) * 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 commit 2a613809ecd4007d1d9eb5e32c2b2de0c28e9620) Co-authored-by: Oliver --------- Co-authored-by: Oliver Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- contrib/container/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/container/Dockerfile b/contrib/container/Dockerfile index b943e52711..f33549827c 100644 --- a/contrib/container/Dockerfile +++ b/contrib/container/Dockerfile @@ -9,7 +9,8 @@ # - Runs InvenTree web server under django development 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 ARG commit_tag=""