⬆️ Upgrades add-on base image to v9.2.1 (#253)

This commit is contained in:
Franck Nijhof 2021-05-28 13:49:37 +02:00 committed by GitHub
parent 8a6310ce73
commit 0d13815182
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:9.2.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -15,7 +15,7 @@ RUN \
autoconf=2.69-r3 \
automake=1.16.3-r0 \
build-base=0.5-r2 \
curl-dev=7.76.1-r0 \
curl-dev=7.77.0-r0 \
ffmpeg-dev=4.3.1-r3 \
gcc=10.2.1_pre1-r3 \
gettext-dev=0.20.2-r2 \
@ -33,14 +33,14 @@ RUN \
cifs-utils=6.12-r0 \
ffmpeg-libs=4.3.1-r3 \
ffmpeg=4.3.1-r3 \
libcurl=7.76.1-r0 \
libcurl=7.77.0-r0 \
libintl=0.20.2-r2 \
libjpeg-turbo=2.1.0-r0 \
libjpeg=9d-r1 \
libmicrohttpd=0.9.72-r0 \
libwebp=1.1.0-r0 \
mosquitto-clients=1.6.12-r2 \
nginx=1.18.0-r13 \
nginx=1.18.0-r14 \
python2=2.7.18-r1 \
rsync=3.2.3-r1 \
v4l-utils=1.20.0-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.1",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.2.1",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.2.1",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.2.1",
"i386": "ghcr.io/hassio-addons/base/i386:9.2.1"
}
}