From 149bacbcc02c193a1c3875ab4caaf27220273673 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Wed, 1 Apr 2026 11:21:18 +0200 Subject: [PATCH] build image rust version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f73b391..4fe9e0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM rust:1.86-bookworm AS builder +FROM rust:1.94-bookworm AS builder # Install Node.js RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \