Skip to content

Commit

Permalink
ci: bump to debian bookworm
Browse files Browse the repository at this point in the history
Includes libssl3
  • Loading branch information
PabloCastellano committed Sep 5, 2023
1 parent 9c2d9ef commit e656be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit e656be8

Please sign in to comment.