mirror of
https://github.com/luzifer-docker/matomo.git
synced 2024-12-20 03:41:17 +00:00
Update catalog api url
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5b289ef367
commit
0f0b0f75ed
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ git reset --hard origin/master
|
|||
|
||||
### ---- ###
|
||||
|
||||
version=$(curl -s "https://lv.luzifer.io/catalog-api/matomo/latest.txt?p=version")
|
||||
version=$(curl -s "https://lv.luzifer.io/v1/catalog/matomo/latest/version")
|
||||
grep -q "MATOMO_VERSION=${version} " Dockerfile && exit 0 || echo "Update required"
|
||||
|
||||
filehash=$(curl -sSfL "https://builds.matomo.org/piwik-${version}.tar.gz" | sha256sum | cut -d ' ' -f 1)
|
||||
|
|
Loading…
Reference in a new issue