From 1ce86d380d6fa8b386a5976ee8d983d6e471a8ab Mon Sep 17 00:00:00 2001 From: Quantum Explorer Date: Tue, 14 Jan 2025 18:38:45 +0700 Subject: [PATCH] update rocksdb to 9.9.3 --- .github/actions/librocksdb/action.yaml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/librocksdb/action.yaml b/.github/actions/librocksdb/action.yaml index 217e2745eb8..c35e8459233 100644 --- a/.github/actions/librocksdb/action.yaml +++ b/.github/actions/librocksdb/action.yaml @@ -6,9 +6,9 @@ name: "librocksdb" description: "Build and install librocksdb" inputs: version: - description: RocksDB version, eg. "8.10.2" + description: RocksDB version, eg. "9.9.3" required: false - default: "8.10.2" + default: "9.9.3" force: description: Force rebuild required: false diff --git a/Dockerfile b/Dockerfile index 671b488fff4..0050ed916a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -260,7 +260,7 @@ WORKDIR /tmp/rocksdb RUN --mount=type=secret,id=AWS <