chore: bumped rust version in docker container
This commit is contained in:
parent
80dc6d05ba
commit
0c686e5517
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue