diff --git a/Dockerfile b/Dockerfile index 0c7b700..d6f2022 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.72.2-slim-buster AS build +FROM rust:1.72-slim-buster AS build WORKDIR /app