chore: bumped rust version in docker container

This commit is contained in:
moonleay 2024-07-26 16:54:31 +02:00
parent 80dc6d05ba
commit 0c686e5517
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -1,4 +1,4 @@
FROM rust:1.77 FROM rust:1.80
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY . . COPY . .
@ -7,4 +7,4 @@ RUN apt-get update
RUN apt-get install -y cmake yt-dlp RUN apt-get install -y cmake yt-dlp
RUN cargo build --release RUN cargo build --release
CMD ["/usr/src/app/target/release/rustendo"] CMD ["/usr/src/app/target/release/rustendo"]