remove dependence on nightly

This commit is contained in:
2024-10-10 14:49:34 -04:00
parent c78bb088af
commit 05a3af2876

View File

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