build image rust version

This commit is contained in:
Shautvast 2026-04-01 11:21:18 +02:00
parent 8799c606d9
commit 149bacbcc0

View file

@ -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 - \