mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-04 11:11:29 +00:00
⬆️ Upgrades add-on base image to 11.0.1 (#337)
This commit is contained in:
parent
4b9c7839df
commit
c6b11c9759
2 changed files with 29 additions and 29 deletions
|
@ -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.1
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -13,37 +13,37 @@ COPY requirements.txt /tmp/
|
|||
RUN \
|
||||
apk add --no-cache --virtual .build-dependencies \
|
||||
autoconf=2.71-r0 \
|
||||
automake=1.16.3-r0 \
|
||||
automake=1.16.4-r1 \
|
||||
build-base=0.5-r2 \
|
||||
curl-dev=7.79.1-r0 \
|
||||
ffmpeg-dev=4.4.1-r0 \
|
||||
gcc=10.3.1_git20210424-r2 \
|
||||
curl-dev=7.80.0-r0 \
|
||||
ffmpeg-dev=4.4.1-r2 \
|
||||
gcc=10.3.1_git20211027-r0 \
|
||||
gettext-dev=0.21-r0 \
|
||||
git=2.32.0-r0 \
|
||||
git=2.34.1-r0 \
|
||||
jpeg-dev=9d-r1 \
|
||||
libjpeg-turbo-dev=2.1.0-r0 \
|
||||
libmicrohttpd-dev=0.9.72-r0 \
|
||||
libwebp-dev=1.2.0-r2 \
|
||||
libjpeg-turbo-dev=2.1.2-r0 \
|
||||
libmicrohttpd-dev=0.9.73-r0 \
|
||||
libwebp-dev=1.2.1-r0 \
|
||||
linux-headers=5.10.41-r0 \
|
||||
musl-dev=1.2.2-r3 \
|
||||
python2-dev=2.7.18-r2 \
|
||||
v4l-utils-dev=1.20.0-r0 \
|
||||
musl-dev=1.2.2-r7 \
|
||||
python2-dev=2.7.18-r4 \
|
||||
v4l-utils-dev=1.22.1-r1 \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
cifs-utils=6.13-r0 \
|
||||
ffmpeg-libs=4.4.1-r0 \
|
||||
ffmpeg=4.4.1-r0 \
|
||||
libcurl=7.79.1-r0 \
|
||||
cifs-utils=6.14-r0 \
|
||||
ffmpeg-libs=4.4.1-r2 \
|
||||
ffmpeg=4.4.1-r2 \
|
||||
libcurl=7.80.0-r0 \
|
||||
libintl=0.21-r0 \
|
||||
libjpeg-turbo=2.1.0-r0 \
|
||||
libjpeg-turbo=2.1.2-r0 \
|
||||
libjpeg=9d-r1 \
|
||||
libmicrohttpd=0.9.72-r0 \
|
||||
libwebp=1.2.0-r2 \
|
||||
mosquitto-clients=2.0.11-r0 \
|
||||
nginx=1.20.1-r3 \
|
||||
python2=2.7.18-r2 \
|
||||
rsync=3.2.3-r4 \
|
||||
v4l-utils=1.20.0-r0 \
|
||||
libmicrohttpd=0.9.73-r0 \
|
||||
libwebp=1.2.1-r0 \
|
||||
mosquitto-clients=2.0.14-r0 \
|
||||
nginx=1.20.2-r0 \
|
||||
python2=2.7.18-r4 \
|
||||
rsync=3.2.3-r5 \
|
||||
v4l-utils=1.22.1-r1 \
|
||||
\
|
||||
&& MOTION_VERSION=4.3.2 \
|
||||
&& curl -J -L -o /tmp/motion.tar.gz \
|
||||
|
|
|
@ -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.1
|
||||
amd64: ghcr.io/hassio-addons/base/amd64:11.0.1
|
||||
armhf: ghcr.io/hassio-addons/base/armhf:11.0.1
|
||||
armv7: ghcr.io/hassio-addons/base/armv7:11.0.1
|
||||
i386: ghcr.io/hassio-addons/base/i386:11.0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue