Skip to content

Commit 862bbda

Browse files
authored
Merge pull request #337 from GeekArthur/updateVersion
Update dockerfile version
2 parents 0c06658 + f1972db commit 862bbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
3131

3232
WORKDIR /go/src
3333

34-
ARG VERSION=v0.7.9
34+
ARG VERSION=v0.8.0
3535
RUN git clone https://github.com/coinbase/rosetta-cli.git && \
3636
cd rosetta-cli && \
3737
git fetch --all --tags && \

0 commit comments

Comments
 (0)