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 1463534 commit 63ceac7Copy full SHA for 63ceac7
atcoder-problems-backend/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.50.0 AS builder
+FROM rust:1.57.0 AS builder
2
3
WORKDIR /app
4
@@ -25,7 +25,7 @@ ADD ./atcoder-client ./atcoder-client
25
RUN cargo clean --release -p atcoder-client -p sql-client
26
RUN cargo build --release
27
28
-FROM rust:1.50.0
+FROM rust:1.57.0
29
COPY --from=builder /app/target/release/batch_update /usr/bin/batch_update
30
COPY --from=builder /app/target/release/crawl_all_submissions /usr/bin/crawl_all_submissions
31
COPY --from=builder /app/target/release/crawl_for_virtual_contests /usr/bin/crawl_for_virtual_contests
0 commit comments