From 717ee8ee51c4592290571b68096eed5c6e07be7a Mon Sep 17 00:00:00 2001 From: Avinash Bodapati <54090033+avinashbo@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:27:55 +0530 Subject: [PATCH] 1.31.0-rc.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d66696..4b51ca8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.62.0-bullseye as build -ENV VERSION=1.31.0-rc.2 +ENV VERSION=1.31.0-rc.3 RUN apt-get update -y && apt-get install git binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev \