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.
1 parent 6f68f40 commit 50ac39bCopy full SHA for 50ac39b
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