Update 3dprinter-octoprint/Dockerfile
Some checks are pending
Build add-on(s) / Initialize builds (push) Waiting to run
Build add-on(s) / Build ${{ matrix.arch }} ${{ matrix.addon }} add-on (push) Blocked by required conditions
Lint / Find add-ons (push) Waiting to run
Lint / Lint add-on ${{ matrix.path }} (push) Blocked by required conditions

Updated Debian image to bookworm and octoprint version to 1.11.4
This commit is contained in:
gronod 2025-11-18 09:53:18 +00:00
parent dfb6855bc5
commit 873d3dcb68

View File

@ -1,6 +1,6 @@
ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bullseye"
ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bookworm"
FROM ${BUILD_FROM}
ARG OCTOPRINT_VERSION="1.9.3"
ARG OCTOPRINT_VERSION="1.11.4"
# Setup path for persistent install of Python packages
ENV PYTHONPATH=/data/python/octoprint