From 2e78fa7a3a41f0cb046588c6afb8f9ad5df2fb87 Mon Sep 17 00:00:00 2001 From: l5y <220195275+l5yth@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:55:40 +0100 Subject: [PATCH] matrix: fix docker build --- matrix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/Dockerfile b/matrix/Dockerfile index ff15c3d..5c9c869 100644 --- a/matrix/Dockerfile +++ b/matrix/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM rust:1.79-bookworm AS builder +FROM rust:1.91-bookworm AS builder WORKDIR /app