diff --git a/Dockerfile b/Dockerfile index 32381dd..a5397a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.78.0-bullseye as rust-base +FROM rust:1.76.0-bullseye as rust-base WORKDIR /app RUN apt-get update && apt-get install -y --no-install-recommends curl clang ARG MOLD_VERSION=1.11.0