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