From facf53926f8393f759e125aecac0a2fb7a94c8e2 Mon Sep 17 00:00:00 2001 From: Alexander Kulam Date: Fri, 15 Nov 2024 11:43:45 +0800 Subject: [PATCH] v2.3.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f45f55..e476c24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.62.0-bullseye as build -ENV VERSION=2.3.0 +ENV VERSION=2.3.1 RUN apt-get update -y && apt-get install git binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev \