From 69f0f0f13843f160f7122be274a3d4e1613653b9 Mon Sep 17 00:00:00 2001 From: Mikhail Sozin Date: Wed, 24 Aug 2022 14:35:46 +0400 Subject: [PATCH] Bump Nearcore version to 1.29.0-rc.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1058a65..3b71426 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.62.0-bullseye as build -ENV VERSION=1.28.0 +ENV VERSION=1.29.0-rc.1 RUN apt-get update -y && apt-get install git binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev \