update dockerfile to use nightly toolchain

This commit is contained in:
2024-10-10 14:48:54 -04:00
parent 058749a508
commit bfc8474beb

View File

@@ -1,4 +1,4 @@
FROM rust:1.81 AS builder FROM rustlang/rust:nightly AS builder
WORKDIR /usr/src/bot WORKDIR /usr/src/bot
COPY . . COPY . .