diff --git a/.github/renovate.json b/.github/renovate.json index 3b40c66..4fdeedf 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -33,6 +33,15 @@ "datasourceTemplate": "github-releases", "depNameTemplate": "Motion-Project/motion", "extractVersionTemplate": "^release-(?.*)$" + }, + { + "fileMatch": ["/Dockerfile$"], + "matchStrings": [ + "ARG MOTIONEYE_VERSION=[\"']?(?.+?)[\"']?\\s+" + ], + "datasourceTemplate": "github-releases", + "depNameTemplate": "motioneye-project/motioneye", + "versioningTemplate": "loose" } ], "packageRules": [ diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 2062473..bce3f9d 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -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 \