From 24a7735176fa92e18410afe42200253121841e97 Mon Sep 17 00:00:00 2001 From: Avinash Bodapati Date: Wed, 21 Aug 2024 09:39:18 +0530 Subject: [PATCH] v2.1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4632605..80b9533 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.62.0-bullseye as build -ENV VERSION=2.0.0 +ENV VERSION=2.1.1 RUN apt-get update -y && apt-get install git binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev \