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