Skip to content

Commit

Permalink
Merge pull request #337 from GeekArthur/updateVersion
Browse files Browse the repository at this point in the history
Update dockerfile version
  • Loading branch information
GeekArthur authored Jul 14, 2022
2 parents 0c06658 + f1972db commit 862bbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

WORKDIR /go/src

ARG VERSION=v0.7.9
ARG VERSION=v0.8.0
RUN git clone https://github.com/coinbase/rosetta-cli.git && \
cd rosetta-cli && \
git fetch --all --tags && \
Expand Down

0 comments on commit 862bbda

Please sign in to comment.