updated rust version to 1.82 in the Dockerfile

This commit is contained in:
2024-10-28 14:38:04 -04:00
parent bd1622927e
commit 02a1f8174a

View File

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