From 1164827f22245a8b325b28646618cbe8c234a945 Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Wed, 8 Nov 2023 12:04:36 -0500 Subject: [PATCH] remove nightly mentions --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f1eb6127..c842a1929 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,6 @@ COPY --chown=xmtp:xmtp --from=builder /home/xmtp/.rustup /home/xmtp/.rustup USER xmtp -# fmt coming from nightly RUN ~xmtp/.cargo/bin/rustup toolchain install stable RUN ~xmtp/.cargo/bin/rustup component add rustfmt RUN ~xmtp/.cargo/bin/rustup component add clippy