We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2656c37 commit 58d05c6Copy full SHA for 58d05c6
follower.Dockerfile
@@ -13,7 +13,7 @@ RUN npm prune --production
13
FROM everpeace/curl-jq as stacks-node-build
14
ENV ARTIFACTS "http://blockstack-stacks-blockchain_artifacts.storage.googleapis.com/index.json"
15
RUN curl -s "$ARTIFACTS" --output ./artifacts-resp.json \
16
- && cat ./artifacts-resp.json | jq -r '."stacks-node"."linux-x64".latest.url' > ./url \
+ && cat ./artifacts-resp.json | jq -r '."stacks-node-krypton"."linux-x64".latest.url' > ./url \
17
&& mkdir -p /app \
18
&& echo "Fetching $(cat ./url)" \
19
&& curl --compressed $(cat ./url) --output /stacks-node \
0 commit comments