Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled

This commit is contained in:
2025-03-23 13:25:08 +01:00
parent 09d9f6b961
commit 951247f92e
3 changed files with 274 additions and 126 deletions

View File

@@ -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 \