updated rust version to 1.82 in the Dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.81 AS builder
|
||||
FROM rust:1.82 AS builder
|
||||
WORKDIR /usr/src/bot
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user