Skip to content

Commit 4995bc8

Browse files
authored
build: update rosetta-cli binary download uri (#2251)
1 parent bdc3499 commit 4995bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosetta-cli-config/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN mkdir -p /bin
55
ENV ROSETTA_CLI_VERSION "0.5.10"
66

77
RUN curl -L --output rosetta-cli-${ROSETTA_CLI_VERSION}-linux-amd64.tar.gz \
8-
https://github.com/coinbase/rosetta-cli/releases/download/v${ROSETTA_CLI_VERSION}/rosetta-cli-${ROSETTA_CLI_VERSION}-linux-amd64.tar.gz \
8+
https://github.com/coinbase/mesh-cli/releases/download/v${ROSETTA_CLI_VERSION}/rosetta-cli-${ROSETTA_CLI_VERSION}-linux-amd64.tar.gz \
99
&& tar xzf rosetta-cli-${ROSETTA_CLI_VERSION}-linux-amd64.tar.gz \
1010
&& mv rosetta-cli-${ROSETTA_CLI_VERSION}-linux-amd64 /bin/rosetta-cli \
1111
&& chmod +x /bin/rosetta-cli

0 commit comments

Comments
 (0)