From 6f49d42230fdb2ebba60921d8688843d88fed27e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 12:24:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Motion-Project/mo?= =?UTF-8?q?tion=20to=20v4.5.1=20(#409)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- motioneye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 2a032d4..a66a220 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.4.0" +ARG MOTION_VERSION="4.5.1" ARG MOTIONEYE_VERSION="ef1c42b57895324a2fb7129e63d37412061a82e2" # hadolint ignore=DL3003 RUN \