Skip to content

Commit 149b59c

Browse files
authored
Merge pull request #16835 from MinaProtocol/dkijania/fix_rosetta_deps
[Master] correct path to rosetta-cli archive
2 parents c15547b + b4a3901 commit 149b59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/Dockerfile-mina-rosetta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ RUN curl -s "https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz" | tar
6565
# The following commands install rosetta-cli with an updated rosetta-sdk-go dependency, which supports delegation transactions.
6666
# Upstream PR to rosetta-sdk-go: https://github.com/coinbase/rosetta-sdk-go/pull/457
6767
# They can be replaced once there is a new release of rosetta-cli containing the above change by:
68-
#RUN curl -sSfL https://raw.githubusercontent.com/coinbase/rosetta-cli/${ROSETTA_CLI_VERSION}/scripts/install.sh | sh -s
68+
#RUN curl -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/${ROSETTA_CLI_VERSION}/scripts/install.sh | sh -s
6969
RUN export GOBIN="$(pwd)/bin" \
70-
&& curl -L "https://github.com/coinbase/rosetta-cli/archive/refs/tags/v0.10.1.tar.gz" -o "/tmp/v0.10.1.tar.gz" \
70+
&& curl -L "https://github.com/coinbase/mesh-cli/archive/refs/tags/v0.10.1.tar.gz" -o "/tmp/v0.10.1.tar.gz" \
7171
&& tar xzf "/tmp/v0.10.1.tar.gz" -C "/tmp" \
7272
&& cd "/tmp/mesh-cli-0.10.1" \
7373
&& /usr/lib/go/bin/go mod edit -replace github.com/coinbase/[email protected]=github.com/MinaProtocol/rosetta-sdk-go@stake-delegation-v1 \

0 commit comments

Comments
 (0)