We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f68f40 + 50ac39b commit 65e7d6eCopy full SHA for 65e7d6e
atcoder-problems-backend/Dockerfile
@@ -18,7 +18,7 @@ COPY . .
18
RUN cargo build --release
19
20
# プロダクション用の Docker イメージをビルドする
21
-FROM rust:1.63.0 AS production
+FROM debian:bullseye AS production
22
COPY --from=builder /app/target/release/batch_update /usr/bin/batch_update
23
COPY --from=builder /app/target/release/crawl_all_submissions /usr/bin/crawl_all_submissions
24
COPY --from=builder /app/target/release/crawl_for_virtual_contests /usr/bin/crawl_for_virtual_contests
0 commit comments