From e656be81e9b463a19b1035590670563108380bb1 Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Tue, 5 Sep 2023 14:42:55 +0200 Subject: [PATCH] ci: bump to debian bookworm Includes libssl3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77cd10c..9459358 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN cargo chef cook --release --recipe-path recipe.json COPY . . RUN cargo build --release --bin blob-indexer -FROM debian:bullseye-slim +FROM debian:bookworm-slim RUN apt-get update -y && apt-get install -y ca-certificates WORKDIR /app COPY --from=builder /app/target/release/blob-indexer .