From b8aadf49efdf36c5a043ccf209ba3ca9baa6e965 Mon Sep 17 00:00:00 2001 From: Harsh pratap Singh Date: Mon, 30 Sep 2024 20:35:42 +0530 Subject: [PATCH] bump nearcore --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80b9533..d9561bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.62.0-bullseye as build -ENV VERSION=2.1.1 +ENV VERSION=2.2.1 RUN apt-get update -y && apt-get install git binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev \