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

This commit is contained in:
Franck Nijhof 2022-07-19 07:46:38 +02:00 committed by GitHub
parent bdc4563641
commit 34bd13a97b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.0.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -24,7 +24,7 @@ RUN \
findutils=4.9.0-r0 \
gcc=11.2.1_git20220219-r2 \
gdbm-dev=1.23-r0 \
gnupg=2.2.35-r2 \
gnupg=2.2.35-r4 \
libc-dev=0.7.2-r3 \
libffi-dev=3.4.2-r1 \
libnsl-dev=2.0.0-r0 \
@ -32,7 +32,7 @@ RUN \
linux-headers=5.16.7-r1 \
make=4.3-r0 \
ncurses-dev=6.3_p20220521-r0 \
openssl-dev=1.1.1o-r0 \
openssl-dev=1.1.1q-r0 \
pax-utils=1.3.4-r0 \
readline-dev=8.1.2-r0 \
sqlite-dev=3.38.5-r0 \
@ -119,7 +119,7 @@ RUN \
&& python3 --version \
&& pip3 --version \
\
&& find /usr/local -depth \
&& find /usr -depth \
\( \
\( -type d -a \( -name test -o -name tests -o -name idle_test \) \) \
-o \

View file

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