diff --git a/cups/Dockerfile b/cups/Dockerfile index 1955b752..22bdd70b 100644 --- a/cups/Dockerfile +++ b/cups/Dockerfile @@ -1,4 +1,5 @@ -FROM ghcr.io/hassio-addons/debian-base:7.1.0 +ARG BUILD_FROM +FROM $BUILD_FROM LABEL io.hass.version="1.0" io.hass.type="addon" io.hass.arch="aarch64|amd64" diff --git a/cups/config.yaml b/cups/config.yaml index 9cf5f66b..a7a69cc0 100644 --- a/cups/config.yaml +++ b/cups/config.yaml @@ -1,5 +1,5 @@ name: CUPS -version: 3-dev +version: 3.0.0 url: https://github.com/MaxWinterstein/homeassistant-addons/ image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch} slug: cups