diff --git a/Dockerfile b/Dockerfile index 5e2f683..e78f27e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Rust image as the base image -FROM rust:1.74 as builder +FROM rust:1.75 as builder WORKDIR /app COPY . . RUN cargo build --release --package rust_bridgebot