diff --git a/Dockerfile b/Dockerfile index e5f160f..6c0deb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base image for building -FROM rust:1.89.0 as builder +FROM rust:1.90.0 as builder # Install dependencies and tools RUN apt-get update && apt-get install -y \