diff --git a/Dockerfile b/Dockerfile index 2672e70..1b977fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Rust image as the builder stage -FROM rust:1.93-slim AS builder +FROM rust:1.94-slim AS builder # Install build dependencies RUN apt-get update && apt-get install -y \