⬆️ Upgrades add-on base image to 5.2.1 (#341)

This commit is contained in:
Franck Nijhof 2021-11-09 19:40:28 +01:00 committed by GitHub
parent ae250d5b8f
commit 202bf8e2fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.0.0
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -36,7 +36,7 @@ RUN \
net-tools=1.60+git20181103.0eebece-1 \
nmap=7.91+dfsg1+really7.80+dfsg1-2 \
openssh-client=1:8.4p1-5 \
openssl=1.1.1k-1 \
openssl=1.1.1k-1+deb11u1 \
python3-dev=3.9.2-3 \
python3=3.9.2-3 \
unzip=6.0-26 \

6
vscode/build.json Normal file
View file

@ -0,0 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:5.2.1",
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:5.2.1"
}
}

View file

@ -1,4 +1,4 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.0.0
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.0.0
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.2.1
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.2.1