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 0e259e8 commit a7b755fCopy full SHA for a7b755f
dockerfiles/Dockerfile-mina-rosetta
@@ -71,7 +71,7 @@ RUN export GOBIN="$(pwd)/bin" \
71
&& curl -L "https://github.com/coinbase/mesh-cli/archive/refs/tags/v0.10.1.tar.gz" -o "/tmp/v0.10.1.tar.gz" \
72
&& tar xzf "/tmp/v0.10.1.tar.gz" -C "/tmp" \
73
&& cd "/tmp/mesh-cli-0.10.1" \
74
- && /usr/lib/go/bin/go mod edit -replace github.com/coinbase/mesh[email protected]=github.com/MinaProtocol/rosetta-sdk-go@stake-delegation-v1 \
+ && /usr/lib/go/bin/go mod edit -replace github.com/coinbase/rosetta[email protected]=github.com/MinaProtocol/rosetta-sdk-go@stake-delegation-v1 \
75
&& /usr/lib/go/bin/go mod tidy \
76
&& /usr/lib/go/bin/go install
77
0 commit comments