Draft: [CUPS] fix broken password (#221)

* Draft: [CUPS] fix broken password

* Update Dockerfile
This commit is contained in:
Max Winterstein
2023-11-20 14:32:16 +01:00
committed by GitHub
parent d409f79331
commit 6a1e93532b
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
# Changelog # Changelog
## 3.0.0 -- 16.11.2023 ## 3.0.2 -- 20.11.2023
- Fix missing password for user `print`
## 3.0.1 -- 16.11.2023
- Adding support for `armhf` - Adding support for `armhf`

View File

@@ -29,6 +29,7 @@ RUN apt-get update \
samba \ samba \
bash-completion \ bash-completion \
procps \ procps \
whois \
&& apt-get clean -y \ && apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*

View File

@@ -1,5 +1,5 @@
name: CUPS name: CUPS
version: 3.0.1 version: 3.0.2
url: https://github.com/MaxWinterstein/homeassistant-addons/ url: https://github.com/MaxWinterstein/homeassistant-addons/
image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch} image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch}
slug: cups slug: cups