⬆️ Upgrades add-on base image to 9.0.0 (#202)

This commit is contained in:
Franck Nijhof 2023-09-13 23:04:51 +02:00 committed by GitHub
parent b7b48e085f
commit ccbfdc19e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base:8.2.1
ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base:9.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -11,9 +11,9 @@ RUN \
apt-get update \
\
&& apt-get install -y --no-install-recommends \
xmlstarlet=1.6.1-2build1 \
uuid-runtime=2.34-0.1ubuntu9.3 \
unrar=1:5.6.6-2build1 \
xmlstarlet=1.6.1-2.1 \
uuid-runtime=2.37.2-4ubuntu3 \
unrar=1:6.1.5-1 \
\
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="aarch64"; fi \
&& if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="x86_64"; fi \

View file

@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/ubuntu-base:8.2.1
amd64: ghcr.io/hassio-addons/ubuntu-base:8.2.1
armv7: ghcr.io/hassio-addons/ubuntu-base:8.2.1
aarch64: ghcr.io/hassio-addons/ubuntu-base:9.0.0
amd64: ghcr.io/hassio-addons/ubuntu-base:9.0.0
armv7: ghcr.io/hassio-addons/ubuntu-base:9.0.0
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev