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