⬆️ Update Motion-Project/motion to v4.7.0

This commit is contained in:
renovate[bot] 2024-09-30 21:13:50 +00:00 committed by GitHub
parent 6c48251f6a
commit 410a1136f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base # Setup base
ARG MOTION_VERSION="4.6.0" ARG MOTION_VERSION="4.7.0"
ARG MOTIONEYE_VERSION="0.43.1b2" ARG MOTIONEYE_VERSION="0.43.1b2"
# hadolint ignore=DL3003 # hadolint ignore=DL3003
RUN \ RUN \