mirror of
https://github.com/luzifer-docker/grafana.git
synced 2024-11-09 15:40:00 +00:00
Do not do an extra curl, just patch
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
19e298fc6c
commit
ef73cd4d88
1 changed files with 1 additions and 4 deletions
|
@ -16,9 +16,6 @@ git reset --hard origin/master
|
|||
echo "Fetching latest version..."
|
||||
LATEST=$(curl -sSLf 'https://latest.luzifer.io/catalog-api/grafana/latest.txt?p=version')
|
||||
|
||||
echo "Testing presence of build artifact for ${LATEST}..."
|
||||
curl -sSILf https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_${LATEST}_amd64.deb
|
||||
|
||||
echo "Found version ${LATEST}, patching..."
|
||||
sed -i "s/^ENV GRAFANA_VERSION.*$/ENV GRAFANA_VERSION ${LATEST}/" Dockerfile
|
||||
|
||||
|
|
Loading…
Reference in a new issue