diff --git a/Dockerfile b/Dockerfile index e6ebeb94..693c6536 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.72 AS builder +FROM rust:1.73 AS builder WORKDIR /app