diff --git a/Dockerfile b/Dockerfile index de28dd7..eb78175 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM rust:1.90 as builder +FROM rust:1.94 as builder # Set the working directory inside the container WORKDIR /usr/src/app