mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-04 11:11:29 +00:00
⬆️ Upgrades motionEye to 0.43.1b1
This commit is contained in:
parent
cec7bcc7bb
commit
9a4755d170
2 changed files with 10 additions and 1 deletions
9
.github/renovate.json
vendored
9
.github/renovate.json
vendored
|
@ -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": [
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue