diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 2a4347c..4d7ed39 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.6 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0 # 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.74.0-r1 \ + curl-dev=7.76.1-r0 \ ffmpeg-dev=4.3.1-r3 \ gcc=10.2.1_pre1-r3 \ gettext-dev=0.20.2-r2 \ @@ -33,7 +33,7 @@ RUN \ cifs-utils=6.12-r0 \ ffmpeg=4.3.1-r3 \ ffmpeg-libs=4.3.1-r3 \ - libcurl=7.74.0-r1 \ + libcurl=7.76.1-r0 \ libjpeg=9d-r1 \ libjpeg-turbo=2.0.6-r0 \ libintl=0.20.2-r2 \ diff --git a/motioneye/build.json b/motioneye/build.json index 0fe71c0..2193cd2 100644 --- a/motioneye/build.json +++ b/motioneye/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.6", - "amd64": "ghcr.io/hassio-addons/base/amd64:9.1.6", - "armhf": "ghcr.io/hassio-addons/base/armhf:9.1.6", - "armv7": "ghcr.io/hassio-addons/base/armv7:9.1.6", - "i386": "ghcr.io/hassio-addons/base/i386:9.1.6" + "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" } }