From fb0e85324cb74b67966a1b20ed0d21533b0d4425 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 04:56:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Motion-Project/mo?= =?UTF-8?q?tion=20to=20v4.6.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 ec44ccc..6231feb 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.5.1" +ARG MOTION_VERSION="4.6.0" ARG MOTIONEYE_VERSION="ef1c42b57895324a2fb7129e63d37412061a82e2" # hadolint ignore=DL3003 RUN \