From b3abeab0014fdbdb496abc0705a0850d57016e81 Mon Sep 17 00:00:00 2001 From: Misha <38132534+SozinM@users.noreply.github.com> Date: Wed, 14 Sep 2022 12:49:07 +0700 Subject: [PATCH] Bump testnet version to 1.29.0-rc.2 Bump testnet version to 1.29.0-rc.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6cc688b..eb4ab82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.62.0-bullseye as build -ENV VERSION=1.28.1 +ENV VERSION=1.29.0-rc.2 RUN apt-get update -y && apt-get install git binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev \