mirror of
https://github.com/luzifer-docker/openfire.git
synced 2024-11-09 09:50:06 +00:00
Update catalog api url
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5111e8f8e2
commit
c991b9b99f
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/openfire/latest.txt?p=version")
|
version=$(curl -s "https://lv.luzifer.io/v1/catalog/openfire/latest/version")
|
||||||
versionVar=$(echo "${version}" | sed 's/\./_/g')
|
versionVar=$(echo "${version}" | sed 's/\./_/g')
|
||||||
grep -q "OPENFIRE_VERSION=${versionVar}" Dockerfile && exit 0 || echo "Update required"
|
grep -q "OPENFIRE_VERSION=${versionVar}" Dockerfile && exit 0 || echo "Update required"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue