pin docker ubuntu version

This commit is contained in:
Alexandr Bogomyakov
2024-08-04 23:05:07 +03:00
committed by GitHub
parent bacdf559c4
commit 76dab182cf
2 changed files with 4 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ WORKDIR /desubot
ADD ./ /desubot/
RUN cargo build --release
FROM ubuntu:latest
FROM ubuntu:20.04
WORKDIR /storage
COPY --from=builder /desubot/target/release/desubot /usr/bin/
COPY mystem /usr/bin/