⬆️ Upgrades base image to 7.4.0 (#229)

This commit is contained in:
Franck Nijhof 2024-07-17 13:16:35 +02:00 committed by GitHub
parent f96e9144d3
commit c47b8f3093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.3.3
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.4.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -14,7 +14,7 @@ RUN \
\
&& apt-get install -y --no-install-recommends \
xmlstarlet=1.6.1-3 \
uuid-runtime=2.38.1-5+b1 \
uuid-runtime=2.38.1-5+deb12u1 \
unrar=1:6.2.6-1+deb12u1 \
\
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \

View file

@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/debian-base:7.3.3
amd64: ghcr.io/hassio-addons/debian-base:7.3.3
armv7: ghcr.io/hassio-addons/debian-base:7.3.3
aarch64: ghcr.io/hassio-addons/debian-base:7.4.0
amd64: ghcr.io/hassio-addons/debian-base:7.4.0
armv7: ghcr.io/hassio-addons/debian-base:7.4.0
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev