From f25aaa7d50182989b01e37020c1af0170edc2c47 Mon Sep 17 00:00:00 2001 From: Harsh pratap Singh Date: Wed, 13 Mar 2024 12:47:36 +0530 Subject: [PATCH] bump near testnet verison --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46a3e8b..da6369d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.62.0-bullseye as build -ENV VERSION=1.37.1 +ENV VERSION=1.38.0-rc.2 RUN apt-get update -y && apt-get install git binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev \