Do not do an extra curl, just patch

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-10-13 18:28:39 +02:00
parent 19e298fc6c
commit ef73cd4d88
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -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