From 37b1cd51505ae39e7b99ca7840950fdd69fa4f95 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 6 Jan 2024 22:41:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20motionEye=20to?= =?UTF-8?q?=200.43.1b1=20(#453)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 9 +++++++++ motioneye/Dockerfile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 \