Skip to content

Commit

Permalink
fixup! Test on Debian Trixie & update RocksDB to 9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Feb 15, 2025
1 parent 5a9e665 commit 8864b8c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 19 deletions.
21 changes: 5 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ctrlc = "=3.4.2"
signal-hook = "0.3"

[dependencies.rust-rocksdb]
version = "0.27.1"
version = "0.36"

default-features = false
# ZSTD is used for data compression
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The maintainers of electrs are not deeply familiar with Docker, so you should DYOR.
# If you are not familiar with Docker either it's probably be safer to NOT use it.

FROM debian:testing-slim AS base
FROM debian:trixie-slim AS base
RUN apt-get update -qqy
RUN apt-get install -qqy librocksdb-dev curl

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The maintainers of electrs are not deeply familiar with Docker, so you should DYOR.
# If you are not familiar with Docker either it's probably be safer to NOT use it.

FROM debian:testing-slim as base
FROM debian:trixie-slim as base
RUN apt-get update -qqy
RUN apt-get install -qqy librocksdb-dev wget

Expand Down

0 comments on commit 8864b8c

Please sign in to comment.