⬆️ Upgrades add-on base image to 11.0.0 (#194)

This commit is contained in:
Franck Nijhof 2021-12-16 10:06:21 +01:00 committed by GitHub
parent 44c2ff57cc
commit 678bb5c8c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -18,21 +18,21 @@ COPY requirements.txt /tmp/
ARG BUILD_ARCH=amd64
RUN \
apk add --no-cache --virtual .build-dependencies \
g++=10.3.1_git20210424-r2 \
gcc=10.3.1_git20210424-r2 \
libffi-dev=3.3-r2 \
openssl-dev=1.1.1l-r0 \
g++=10.3.1_git20211027-r0 \
gcc=10.3.1_git20211027-r0 \
libffi-dev=3.4.2-r1 \
openssl-dev=1.1.1l-r7 \
make=4.3-r0 \
python3-dev=3.9.5-r2 \
python3-dev=3.9.7-r4 \
\
&& apk add --no-cache \
git=2.32.0-r0 \
openssl=1.1.1l-r0 \
git=2.34.1-r0 \
openssl=1.1.1l-r7 \
patch=2.7.6-r7 \
py3-cryptography=3.3.2-r1 \
py3-cryptography=3.3.2-r3 \
py3-pip=20.3.4-r1 \
python3=3.9.5-r2 \
wget=1.21.1-r1 \
python3=3.9.7-r4 \
wget=1.21.2-r2 \
\
&& pip install \
--no-cache-dir \

View file

@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:10.2.2
amd64: ghcr.io/hassio-addons/base/amd64:10.2.2
armhf: ghcr.io/hassio-addons/base/armhf:10.2.2
armv7: ghcr.io/hassio-addons/base/armv7:10.2.2
i386: ghcr.io/hassio-addons/base/i386:10.2.2
aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0
amd64: ghcr.io/hassio-addons/base/amd64:11.0.0
armhf: ghcr.io/hassio-addons/base/armhf:11.0.0
armv7: ghcr.io/hassio-addons/base/armv7:11.0.0
i386: ghcr.io/hassio-addons/base/i386:11.0.0