From edf237fe458ba6314fdef6e1f56dbe27ec1bb951 Mon Sep 17 00:00:00 2001 From: Ruben Date: Wed, 12 Jun 2024 20:17:54 +0200 Subject: [PATCH] Update motioneye to 0.43.1b2. --- 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 \