Skip to content

Commit

Permalink
⬆️ Upgrades motionEye to 0.43.1b1 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 6, 2024
1 parent cec7bcc commit 37b1cd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion motioneye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 37b1cd5

Please sign in to comment.