⬆️ Upgrades add-on base image to 5.3.0 (#403)

This commit is contained in:
Franck Nijhof 2022-03-22 21:34:04 +01:00 committed by GitHub
parent de835ce655
commit 5e7f3dff4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.3
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.3.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -41,9 +41,9 @@ RUN \
python3=3.9.2-3 \
unzip=6.0-26 \
uuid-runtime=2.36.1-8 \
wget>=1.21-1 \
wget=1.21-1+deb11u1 \
zip=3.0-12 \
zsh=5.8-6+b2 \
zsh>=5.8-6 \
\
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
&& locale-gen \

View file

@ -1,4 +1,4 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.2.3
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.2.3
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.3.0
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.3.0