mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Draft: [CUPS] fix broken password (#221)
* Draft: [CUPS] fix broken password * Update Dockerfile
This commit is contained in:
@@ -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`
|
||||||
|
|
||||||
|
|||||||
@@ -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/*
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user