diff --git a/Dockerfile b/Dockerfile index 91e4213..2360e0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust as builder +FROM rust:1.71.1 as builder COPY . /app WORKDIR /app RUN apt update && apt-get install -y protobuf-compiler