From 252ea154861eb6adf36f217b1be18f127aa07129 Mon Sep 17 00:00:00 2001 From: Chaos Rogers Date: Sun, 26 Oct 2025 12:51:11 +0000 Subject: [PATCH] dockerfile images --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f20b997..e6d6a19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Multi-stage build for Rust Linux container -FROM rust:1.82-bookworm AS builder +FROM rust:1.90-bookworm AS builder # Build dependencies (libudev for serialport on Linux) RUN apt-get update && apt-get install -y --no-install-recommends \