mirror of
https://github.com/flibusta-apps/batch_downloader.git
synced 2025-12-06 14:25:36 +01:00
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rust:bullseye AS builder
|
||||
FROM rust:bookworm AS builder
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y cmake \
|
||||
@@ -11,7 +11,7 @@ COPY . .
|
||||
RUN cargo build --release --bin batch_downloader
|
||||
|
||||
|
||||
FROM debian:bullseye-slim
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y openssl ca-certificates curl jq \
|
||||
|
||||
Reference in New Issue
Block a user