From 3c0ab61695a4f63bc6ca1d6798066754f840ef32 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 18 Feb 2024 00:54:54 -0500 Subject: [PATCH] fix docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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