diff --git a/Dockerfile b/Dockerfile index c2d5f11..8546809 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM rust:1.75 AS builder +FROM rust:1.89 AS builder WORKDIR /usr/src/palladium