Skip to content

Commit 63ceac7

Browse files
committed
Update rust version in docker
1 parent 1463534 commit 63ceac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atcoder-problems-backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.50.0 AS builder
1+
FROM rust:1.57.0 AS builder
22

33
WORKDIR /app
44

@@ -25,7 +25,7 @@ ADD ./atcoder-client ./atcoder-client
2525
RUN cargo clean --release -p atcoder-client -p sql-client
2626
RUN cargo build --release
2727

28-
FROM rust:1.50.0
28+
FROM rust:1.57.0
2929
COPY --from=builder /app/target/release/batch_update /usr/bin/batch_update
3030
COPY --from=builder /app/target/release/crawl_all_submissions /usr/bin/crawl_all_submissions
3131
COPY --from=builder /app/target/release/crawl_for_virtual_contests /usr/bin/crawl_for_virtual_contests

0 commit comments

Comments
 (0)