From ecf4091fea1cfba63a3eac3ccf6da344c5071fca Mon Sep 17 00:00:00 2001 From: Avinash Bodapati Date: Mon, 5 Feb 2024 17:03:55 +0530 Subject: [PATCH] v1.36.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cc4cc5..ed9308c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.62.0-bullseye as build -ENV VERSION=1.37.0-rc.3 +ENV VERSION=1.36.5 RUN apt-get update -y && apt-get install git binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev \