Skip to content

Commit bd6001d

Browse files
committed
Dockerfile: Bump to Rust 1.91
1 parent edf959e commit bd6001d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.83 AS builder
1+
FROM rust:1.91 AS builder
22
RUN rustup target add x86_64-unknown-linux-musl
33
COPY . /opt/xc-bot/
44
RUN apt-get update && apt-get install -y --no-install-recommends musl-tools

0 commit comments

Comments
 (0)