⬆️ Upgrades add-on base image to 12.2.7 (#24)

This commit is contained in:
Franck Nijhof 2022-11-16 08:45:06 +01:00 committed by GitHub
parent b032fdfdf5
commit 9ec9a28f3e
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.6
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.7
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -21,7 +21,7 @@ RUN \
&& apk add --no-cache \
nodejs=16.17.1-r0 \
npm=8.10.0-r0 \
python3=3.10.5-r0 \
python3=3.10.8-r0 \
iputils=20211215-r0 \
setpriv=2.38-r1 \
\

View file

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