⬆️ Upgrades motionEye to 0.43.1b1 (#453)

This commit is contained in:
Franck Nijhof 2024-01-06 22:41:34 +01:00 committed by GitHub
parent cec7bcc7bb
commit 37b1cd5150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 \