From 9d9584649a89f9397ac2c3f2c7b702ab5033d97e Mon Sep 17 00:00:00 2001 From: Ruben van Dijk <15885455+RubenNL@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:37:02 +0200 Subject: [PATCH] [bugfix] Update motioneye to 0.43.1b2. (#488) --- motioneye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 45b31f2..a0411d8 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base ARG MOTION_VERSION="4.6.0" -ARG MOTIONEYE_VERSION="0.43.1b1" +ARG MOTIONEYE_VERSION="0.43.1b2" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \