⬆️ Upgrades add-on base image to 12.2.2 (#9)

This commit is contained in:
Franck Nijhof 2022-08-04 22:20:50 +02:00 committed by GitHub
parent 7080a7ac0d
commit ab2bd0207c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 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.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -19,9 +19,9 @@ RUN \
py3-pip=22.1.1-r0 \
\
&& apk add --no-cache \
nodejs=16.15.0-r1 \
nodejs=16.16.0-r0 \
npm=8.10.0-r0 \
python3=3.10.4-r0 \
python3=3.10.5-r0 \
iputils=20211215-r0 \
setpriv=2.38-r1 \
\

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.2
amd64: ghcr.io/hassio-addons/base:12.2.2
armhf: ghcr.io/hassio-addons/base:12.2.2
armv7: ghcr.io/hassio-addons/base:12.2.2
i386: ghcr.io/hassio-addons/base:12.2.2
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev