⬆️ Upgrades add-on base image to 5.3.1 (#427)

This commit is contained in:
Franck Nijhof 2022-04-19 20:57:08 +02:00 committed by GitHub
parent 67d284742f
commit 88f8ef62e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.3.0
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.3.0
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.3.1
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.3.1
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev