Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #43 from pontem-network/dockerfile-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
mrz1703 authored Apr 29, 2021
2 parents 164fd7e + b09fcd9 commit 8e5245f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN apt-get update && \
SHELL ["/bin/bash", "-c"]

WORKDIR /opt/build
ARG DOVE_RELEASE=1.1.1
ARG DOVE_VERSION=1.1.0
ARG DOVE_RELEASE=1.1.5
ARG DOVE_VERSION=1.1.5
# add dove
RUN curl -sL --fail -o "/usr/local/cargo/bin/dove" "https://github.com/pontem-network/move-tools/releases/download/${DOVE_RELEASE}/dove-${DOVE_VERSION}-linux-x86_64" && \
chmod +x /usr/local/cargo/bin/dove && \
Expand Down

0 comments on commit 8e5245f

Please sign in to comment.