⬆️ Upgrades add-on base image to 12.2.5 (#157)

This commit is contained in:
Franck Nijhof 2022-11-03 14:05:46 +01:00 committed by GitHub
parent 49ac8ae50a
commit 8613e6fe24
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.4
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.5
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -13,7 +13,7 @@ RUN \
cargo=1.60.0-r2 \
git=2.36.3-r0 \
linux-headers=5.16.7-r1 \
openssl-dev=1.1.1q-r0 \
openssl-dev=1.1.1s-r0 \
pkgconf=1.8.0-r1 \
\
&& apk add --no-cache \

View file

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