From a75e56a3223518d764ddd26048d22a223185bae4 Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Thu, 16 Nov 2023 22:26:50 +0100 Subject: [PATCH] [CUPS] Remove old stuff --- cups/Dockerfile | 3 ++- cups/config.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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