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