Skip to content

Commit a7b755f

Browse files
committed
revert mesh -> rosetta
1 parent 0e259e8 commit a7b755f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile-mina-rosetta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN export GOBIN="$(pwd)/bin" \
7171
&& curl -L "https://github.com/coinbase/mesh-cli/archive/refs/tags/v0.10.1.tar.gz" -o "/tmp/v0.10.1.tar.gz" \
7272
&& tar xzf "/tmp/v0.10.1.tar.gz" -C "/tmp" \
7373
&& 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 \
74+
&& /usr/lib/go/bin/go mod edit -replace github.com/coinbase/rosetta[email protected]=github.com/MinaProtocol/rosetta-sdk-go@stake-delegation-v1 \
7575
&& /usr/lib/go/bin/go mod tidy \
7676
&& /usr/lib/go/bin/go install
7777

0 commit comments

Comments
 (0)