diff --git a/Dockerfile b/Dockerfile index db20ca5..e357397 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM rust:1.85-slim as builder +FROM rust:1.94-slim as builder # Create a new empty shell project WORKDIR /usr/src/app