Skip to content

Commit 58d05c6

Browse files
committed
fix: #280 -- standalone docker image broken
1 parent 2656c37 commit 58d05c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

follower.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN npm prune --production
1313
FROM everpeace/curl-jq as stacks-node-build
1414
ENV ARTIFACTS "http://blockstack-stacks-blockchain_artifacts.storage.googleapis.com/index.json"
1515
RUN curl -s "$ARTIFACTS" --output ./artifacts-resp.json \
16-
&& cat ./artifacts-resp.json | jq -r '."stacks-node"."linux-x64".latest.url' > ./url \
16+
&& cat ./artifacts-resp.json | jq -r '."stacks-node-krypton"."linux-x64".latest.url' > ./url \
1717
&& mkdir -p /app \
1818
&& echo "Fetching $(cat ./url)" \
1919
&& curl --compressed $(cat ./url) --output /stacks-node \

0 commit comments

Comments
 (0)