From 0c686e551775359a3c8c00537ba8e0eb6fe90062 Mon Sep 17 00:00:00 2001 From: moonleay Date: Fri, 26 Jul 2024 16:54:31 +0200 Subject: [PATCH] chore: bumped rust version in docker container --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]