diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index fb0663b..f02e4d7 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base ARG MOTION_VERSION="4.7.0" -ARG MOTIONEYE_VERSION="0.43.1b2" +ARG MOTIONEYE_VERSION="0.43.1b3" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \