From c636c4de743c67d91d28855df57ec59f47ff10e8 Mon Sep 17 00:00:00 2001 From: CaKrome <29881067+CaKrome@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:32:45 -0400 Subject: [PATCH] bump rust to 1.81.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c24b71e..6df5b6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/almalinux/almalinux:9 AS compile-image ENV SHADOWSOCKS_VER=1.20.4 ENV V2RAY_PLUGIN_VER=1.3.2 -ENV RUST_VER=1.80.1 +ENV RUST_VER=1.81.0 WORKDIR /root