diff --git a/CHECKSUM b/CHECKSUM index 54be592..10cc626 100644 --- a/CHECKSUM +++ b/CHECKSUM @@ -1 +1 @@ -0e0d6fe724a227fd03e8a2ee39851857c5e3eba7783ac1d2557f97a381150926 +6dbf75d5bd1b943b6f1d23d7f808eafde9f85eba5940c9711a82c468e8b37987 diff --git a/Dockerfile b/Dockerfile index a01077c..c20818c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM debian:stable-slim -LABEL maintainer="Luke Childs " +LABEL maintainer="Gert-Jaap Glasbergen " COPY ./bin /usr/local/bin COPY ./VERSION /tmp @@ -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-v$VERSION-linux-64bit.zip --output /tmp/prebuilt.zip && \ + curl -L https://github.com/vertcoin-project/vertcoin-core/releases/download/$VERSION/vertcoind-v$VERSION-linux-amd64.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 ac454c6..288adf5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.0 +0.13.3