mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
⬆️ Upgrades add-on base image to 12.2.1 (#115)
This commit is contained in:
parent
bdc4563641
commit
34bd13a97b
2 changed files with 9 additions and 9 deletions
|
@ -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
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ RUN \
|
||||||
findutils=4.9.0-r0 \
|
findutils=4.9.0-r0 \
|
||||||
gcc=11.2.1_git20220219-r2 \
|
gcc=11.2.1_git20220219-r2 \
|
||||||
gdbm-dev=1.23-r0 \
|
gdbm-dev=1.23-r0 \
|
||||||
gnupg=2.2.35-r2 \
|
gnupg=2.2.35-r4 \
|
||||||
libc-dev=0.7.2-r3 \
|
libc-dev=0.7.2-r3 \
|
||||||
libffi-dev=3.4.2-r1 \
|
libffi-dev=3.4.2-r1 \
|
||||||
libnsl-dev=2.0.0-r0 \
|
libnsl-dev=2.0.0-r0 \
|
||||||
|
@ -32,7 +32,7 @@ RUN \
|
||||||
linux-headers=5.16.7-r1 \
|
linux-headers=5.16.7-r1 \
|
||||||
make=4.3-r0 \
|
make=4.3-r0 \
|
||||||
ncurses-dev=6.3_p20220521-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 \
|
pax-utils=1.3.4-r0 \
|
||||||
readline-dev=8.1.2-r0 \
|
readline-dev=8.1.2-r0 \
|
||||||
sqlite-dev=3.38.5-r0 \
|
sqlite-dev=3.38.5-r0 \
|
||||||
|
@ -119,7 +119,7 @@ RUN \
|
||||||
&& python3 --version \
|
&& python3 --version \
|
||||||
&& pip3 --version \
|
&& pip3 --version \
|
||||||
\
|
\
|
||||||
&& find /usr/local -depth \
|
&& find /usr -depth \
|
||||||
\( \
|
\( \
|
||||||
\( -type d -a \( -name test -o -name tests -o -name idle_test \) \) \
|
\( -type d -a \( -name test -o -name tests -o -name idle_test \) \) \
|
||||||
-o \
|
-o \
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base/aarch64:12.0.0
|
aarch64: ghcr.io/hassio-addons/base:12.2.1
|
||||||
amd64: ghcr.io/hassio-addons/base/amd64:12.0.0
|
amd64: ghcr.io/hassio-addons/base:12.2.1
|
||||||
armhf: ghcr.io/hassio-addons/base/armhf:12.0.0
|
armhf: ghcr.io/hassio-addons/base:12.2.1
|
||||||
armv7: ghcr.io/hassio-addons/base/armv7:12.0.0
|
armv7: ghcr.io/hassio-addons/base:12.2.1
|
||||||
i386: ghcr.io/hassio-addons/base/i386:12.0.0
|
i386: ghcr.io/hassio-addons/base:12.2.1
|
||||||
codenotary:
|
codenotary:
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue