From 7c1c0b8d547e7a53fa65355f8e3099828098278c Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 3 Dec 2017 09:30:20 +0700 Subject: [PATCH] Update download script to follow new pattern --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8134273..a01077c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN VERSION=`cat /tmp/VERSION` && \ chmod a+x /usr/local/bin/* && \ apt-get update && \ apt-get install -y --no-install-recommends curl ca-certificates unzip && \ - curl -L https://github.com/vertcoin/vertcoin/releases/download/$VERSION/vertcoin-$VERSION-linux-64bit.zip --output /tmp/prebuilt.zip && \ + curl -L https://github.com/vertcoin/vertcoin/releases/download/$VERSION/vertcoin-v$VERSION-linux-64bit.zip --output /tmp/prebuilt.zip && \ echo "$(cat /tmp/CHECKSUM) /tmp/prebuilt.zip" | sha256sum -c && \ unzip /tmp/prebuilt.zip -d /tmp && \ mv /tmp/vertcoind /usr/local/bin && \ diff --git a/VERSION b/VERSION index 87a1cf5..ac454c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.12.0 +0.12.0