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 \