⬆️ Upgrades add-on base image to v9.2.2 (#62)

This commit is contained in:
Franck Nijhof 2021-06-14 13:45:39 +02:00 committed by GitHub
parent 3ece4d3ab5
commit 0326080fa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -22,8 +22,8 @@ RUN \
zlib-dev=1.2.11-r3 \
&& apk add --no-cache \
alsa-plugins-pulse=1.2.2-r1 \
ffmpeg-libs=4.3.1-r3 \
nginx=1.18.0-r13 \
ffmpeg-libs=4.3.1-r4 \
nginx=1.18.0-r15 \
openblas=0.3.13-r0 \
portaudio-dev=190600.20161030-r1 \
pulseaudio=14.1-r0 \

View file

@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.2.0",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.2.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.2.0",
"i386": "ghcr.io/hassio-addons/base/i386:9.2.0"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.2",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.2.2",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.2.2",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.2.2",
"i386": "ghcr.io/hassio-addons/base/i386:9.2.2"
}
}