From 64949657243dafcf7f75bf4013135cd9d00241d2 Mon Sep 17 00:00:00 2001 From: Harsh pratap Singh Date: Wed, 7 Aug 2024 12:13:47 +0400 Subject: [PATCH] Bump near testnet --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9fb096e..79288b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.62.0-bullseye as build -ENV VERSION=2.0.0-rc.1 +ENV VERSION=2.1.0-rc.1 RUN apt-get update -y && apt-get install git binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev \