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