diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index c6543d2..07e4c30 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.6.0" +ARG MOTION_VERSION="4.7.0" ARG MOTIONEYE_VERSION="0.43.1b2" # hadolint ignore=DL3003 RUN \