From 652f460dbaa489f3092b358075e85e05f478fdb5 Mon Sep 17 00:00:00 2001 From: angelsflyinhell Date: Fri, 1 Sep 2023 15:24:06 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb29a0a..a7fc457 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:latest +FROM rust:1.71 WORKDIR /usr/src COPY . . @@ -6,4 +6,4 @@ COPY . . RUN cargo install --path xp-bot EXPOSE 80 -CMD ["cargo", "run", "-p xp-bot", "--release"] \ No newline at end of file +CMD ["cargo", "run", "--release"] \ No newline at end of file