⬆️ Upgrades add-on base image to 12.2.4

This commit is contained in:
Franck Nijhof 2022-10-22 16:51:54 +02:00
parent 227d5cb812
commit 988bfa1021
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
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.3
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.4
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -11,7 +11,7 @@ RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
cargo=1.60.0-r2 \
git=2.36.2-r0 \
git=2.36.3-r0 \
linux-headers=5.16.7-r1 \
openssl-dev=1.1.1q-r0 \
pkgconf=1.8.0-r1 \

View file

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