mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-04 19:21:22 +00:00
⬆️ Upgrades motionEye to 0.43.1b1 (#453)
This commit is contained in:
parent
cec7bcc7bb
commit
37b1cd5150
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",
|
"datasourceTemplate": "github-releases",
|
||||||
"depNameTemplate": "Motion-Project/motion",
|
"depNameTemplate": "Motion-Project/motion",
|
||||||
"extractVersionTemplate": "^release-(?<version>.*)$"
|
"extractVersionTemplate": "^release-(?<version>.*)$"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fileMatch": ["/Dockerfile$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"ARG MOTIONEYE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "github-releases",
|
||||||
|
"depNameTemplate": "motioneye-project/motioneye",
|
||||||
|
"versioningTemplate": "loose"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
|
|
@ -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="ef1c42b57895324a2fb7129e63d37412061a82e2"
|
ARG MOTIONEYE_VERSION="0.43.1b1"
|
||||||
# hadolint ignore=DL3003
|
# hadolint ignore=DL3003
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue