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

Amend base image to pull from reg.i3omb.com
This commit is contained in:
gronod 2025-11-18 12:14:55 +00:00
parent 408de12f3d
commit f6b944d1b0

View File

@ -1,4 +1,4 @@
ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bookworm" ARG BUILD_FROM="reg i3omb.com/ha/amd64-base-debian:bookworm"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
ARG OCTOPRINT_VERSION="1.11.4" ARG OCTOPRINT_VERSION="1.11.4"