From 0a69149418fe493dc30b214dbd54dd85eb21cdb6 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 11 Jan 2025 18:17:18 +0000 Subject: [PATCH] build: install nightly --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6abceb7..d7f28aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ COPY update.sh / # should be a no-op if the FROM line is up-to-date RUN /update.sh stable -RUN /update.sh nightly +RUN rustup install nightly && /update.sh nightly COPY entrypoint.sh /