diff --git a/Dockerfile b/Dockerfile index 4b51ca8..a2f92d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.62.0-bullseye as build -ENV VERSION=1.31.0-rc.3 +ENV VERSION=1.31.0 RUN apt-get update -y && apt-get install git binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev \