⬆️ Upgrades add-on base image to 12.2.1 (#121)

This commit is contained in:
Franck Nijhof 2022-07-21 12:36:13 +02:00 committed by GitHub
parent 42d0d02e70
commit d6c5047b14
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.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -7,7 +7,7 @@ FROM ${BUILD_FROM}
RUN \
apk add --no-cache --virtual .build-dependencies \
g++=11.2.1_git20220219-r2 \
git=2.36.1-r0 \
git=2.36.2-r0 \
make=4.3-r0 \
python3=3.10.4-r0 \
yarn=1.22.19-r0 \
@ -17,7 +17,7 @@ RUN \
&& apk add --no-cache \
icu-data-full=71.1-r2 \
nginx=1.22.0-r1 \
nodejs=16.15.0-r1 \
nodejs=16.16.0-r0 \
\
&& yarn global add \
modclean@3.0.0-beta.1 \

View file

@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:12.2.0
amd64: ghcr.io/hassio-addons/base:12.2.0
armhf: ghcr.io/hassio-addons/base:12.2.0
armv7: ghcr.io/hassio-addons/base:12.2.0
i386: ghcr.io/hassio-addons/base:12.2.0
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
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev