⬆️ Upgrades add-on base image to 12.2.3 (#122)

This commit is contained in:
Franck Nijhof 2022-08-21 19:44:38 +02:00 committed by GitHub
parent 46bdce9b3d
commit cb7a6c7d50
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/base:12.2.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.3
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -9,7 +9,7 @@ RUN \
g++=11.2.1_git20220219-r2 \
git=2.36.2-r0 \
make=4.3-r0 \
python3=3.10.4-r0 \
python3=3.10.5-r0 \
yarn=1.22.19-r0 \
\
&& ln -s /usr/bin/python3 /usr/bin/python \

View file

@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:12.2.1
amd64: ghcr.io/hassio-addons/base:12.2.1
armhf: ghcr.io/hassio-addons/base:12.2.1
armv7: ghcr.io/hassio-addons/base:12.2.1
i386: ghcr.io/hassio-addons/base:12.2.1
aarch64: ghcr.io/hassio-addons/base:12.2.3
amd64: ghcr.io/hassio-addons/base:12.2.3
armhf: ghcr.io/hassio-addons/base:12.2.3
armv7: ghcr.io/hassio-addons/base:12.2.3
i386: ghcr.io/hassio-addons/base:12.2.3
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev