mirror of
https://github.com/luzifer-docker/grafana.git
synced 2024-11-08 15:10:02 +00:00
Update catalog api url
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1626cc3f51
commit
b1f1d3d485
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ git reset --hard origin/master
|
|||
### ---- ###
|
||||
|
||||
echo "Fetching latest version..."
|
||||
LATEST=$(curl -sSLf 'https://latest.luzifer.io/catalog-api/grafana/latest.txt?p=version')
|
||||
LATEST=$(curl -sSLf 'https://lv.luzifer.io/v1/catalog/grafana/latest/version')
|
||||
|
||||
echo "Found version ${LATEST}, patching..."
|
||||
sed -i "s/^ENV GRAFANA_VERSION.*$/ENV GRAFANA_VERSION ${LATEST}/" Dockerfile
|
||||
|
|
Loading…
Reference in a new issue