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
|
||||
|
||||
## 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`
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ RUN apt-get update \
|
||||
samba \
|
||||
bash-completion \
|
||||
procps \
|
||||
whois \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: CUPS
|
||||
version: 3.0.1
|
||||
version: 3.0.2
|
||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||
image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch}
|
||||
slug: cups
|
||||
|
||||
Reference in New Issue
Block a user