⬆️ Upgrades motionEye to 0.43.1b1

This commit is contained in:
Franck Nijhof 2024-01-06 22:31:21 +01:00
parent cec7bcc7bb
commit 9a4755d170
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 10 additions and 1 deletions

View file

@ -33,6 +33,15 @@
"datasourceTemplate": "github-releases",
"depNameTemplate": "Motion-Project/motion",
"extractVersionTemplate": "^release-(?<version>.*)$"
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG MOTIONEYE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "motioneye-project/motioneye",
"versioningTemplate": "loose"
}
],
"packageRules": [

View file

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