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
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:
parent
dfb6855bc5
commit
873d3dcb68
@ -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}
|
FROM ${BUILD_FROM}
|
||||||
ARG OCTOPRINT_VERSION="1.9.3"
|
ARG OCTOPRINT_VERSION="1.11.4"
|
||||||
|
|
||||||
# Setup path for persistent install of Python packages
|
# Setup path for persistent install of Python packages
|
||||||
ENV PYTHONPATH=/data/python/octoprint
|
ENV PYTHONPATH=/data/python/octoprint
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user