diff --git a/Dockerfile b/Dockerfile index b94baf4..5c8b158 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.77 +FROM rust:1.80 WORKDIR /usr/src/app COPY . . @@ -7,4 +7,4 @@ RUN apt-get update RUN apt-get install -y cmake yt-dlp RUN cargo build --release -CMD ["/usr/src/app/target/release/rustendo"] \ No newline at end of file +CMD ["/usr/src/app/target/release/rustendo"]