build: install nightly
All checks were successful
/ test (map[name:nightly]) (push) Successful in 1m38s
/ test (map[name:stable]) (push) Successful in 2m28s
/ test (map[name:v1.81.0]) (push) Successful in 1m39s

This commit is contained in:
Paul Campbell 2025-01-11 18:17:18 +00:00
parent 2820a223b4
commit 0a69149418

View file

@ -32,7 +32,7 @@ COPY update.sh /
# should be a no-op if the FROM line is up-to-date # should be a no-op if the FROM line is up-to-date
RUN /update.sh stable RUN /update.sh stable
RUN /update.sh nightly RUN rustup install nightly && /update.sh nightly
COPY entrypoint.sh / COPY entrypoint.sh /