Skip to content

Commit

Permalink
revert: rocksdb back to 8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 17, 2024
1 parent 03bd084 commit b14bb5b
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 @@ -266,7 +266,7 @@ WORKDIR /tmp/rocksdb

RUN --mount=type=secret,id=AWS <<EOS
set -ex -o pipefail
git clone https://github.com/facebook/rocksdb.git -b v9.8.4 --depth 1 .
git clone https://github.com/facebook/rocksdb.git -b v8.10.2 --depth 1 .
source /root/env

# Support any CPU architecture
Expand Down

0 comments on commit b14bb5b

Please sign in to comment.