⬆️ Upgrades add-on base image to 12.2.3 (#155)

This commit is contained in:
Franck Nijhof
2022-08-21 17:34:57 +02:00
committed by GitHub
Unverified
parent 79cf1e96a0
commit 227d5cb812
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.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.3
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@@ -14,7 +14,7 @@ RUN \
git=2.36.2-r0 \
linux-headers=5.16.7-r1 \
openssl-dev=1.1.1q-r0 \
pkgconf=1.8.0-r0 \
pkgconf=1.8.0-r1 \
\
&& apk add --no-cache \
libgcc=11.2.1_git20220219-r2 \

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.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
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev