[bugfix] Update motioneye to 0.43.1b2. (#488)

This commit is contained in:
Ruben van Dijk 2024-06-22 13:37:02 +02:00 committed by GitHub
parent 5b11e15152
commit 9d9584649a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base # Setup base
ARG MOTION_VERSION="4.6.0" ARG MOTION_VERSION="4.6.0"
ARG MOTIONEYE_VERSION="0.43.1b1" ARG MOTIONEYE_VERSION="0.43.1b2"
# hadolint ignore=DL3003 # hadolint ignore=DL3003
RUN \ RUN \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \