From 410a1136f8b2b754a6e0510bd425d43f523b5991 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:13:50 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Motion-Project/mo?= =?UTF-8?q?tion=20to=20v4.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- motioneye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index c6543d2..07e4c30 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG MOTION_VERSION="4.6.0" +ARG MOTION_VERSION="4.7.0" ARG MOTIONEYE_VERSION="0.43.1b2" # hadolint ignore=DL3003 RUN \