chore(deps): bump default octoprint installation to 1.11.4

This commit is contained in:
djFabFab 2025-11-08 20:01:59 +01:00 committed by GitHub
parent b25d5a2ea2
commit 0a0ec98376
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bullseye"
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

View File

@ -8,4 +8,4 @@ labels:
org.opencontainers.image.description: "3DPrinter-OctoPrint addon for Home-Assistant."
org.opencontainers.image.source: "https://github.com/fredrikbaberg/ha-3dprinter-addons"
args:
OCTOPRINT_VERSION: "1.10.3"
OCTOPRINT_VERSION: "1.11.4"