Skip to content

Commit 50ac39b

Browse files
committed
use bullseye for production base image
1 parent 6f68f40 commit 50ac39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcoder-problems-backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY . .
1818
RUN cargo build --release
1919

2020
# プロダクション用の Docker イメージをビルドする
21-
FROM rust:1.63.0 AS production
21+
FROM debian:bullseye AS production
2222
COPY --from=builder /app/target/release/batch_update /usr/bin/batch_update
2323
COPY --from=builder /app/target/release/crawl_all_submissions /usr/bin/crawl_all_submissions
2424
COPY --from=builder /app/target/release/crawl_for_virtual_contests /usr/bin/crawl_for_virtual_contests

0 commit comments

Comments
 (0)