diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 074b3ac..25e2474 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -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 \ diff --git a/motioneye/build.json b/motioneye/build.json index 2193cd2..bf9adf3 100644 --- a/motioneye/build.json +++ b/motioneye/build.json @@ -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" } }