From b09fcd9d39b2c31d4069ea9de83e48e5cc982d5f Mon Sep 17 00:00:00 2001 From: Vitaliy X <42241093+mrz1703@users.noreply.github.com> Date: Thu, 29 Apr 2021 22:14:22 +0300 Subject: [PATCH] Update Dockerfile --- .build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build/Dockerfile b/.build/Dockerfile index c0fc6748..05340aa9 100644 --- a/.build/Dockerfile +++ b/.build/Dockerfile @@ -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 && \