commit | 6500bcd2e7c4fb7356fb71a8fccde30331537c3c | [log] [tgz] |
---|---|---|
author | Swaminathan Balachandran <47532440+swamirishi@users.noreply.github.com> | Wed Jun 14 22:13:02 2023 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 15 07:13:02 2023 +0200 |
tree | 398913e0f37dfca42f0869d2d3803ab9da42cdca | |
parent | 75bcf898ea1d168c775d9331b88d501105c3ba34 [diff] |
HDDS-8843. Bump RocksDB to 7.7.3 (#20)
diff --git a/Dockerfile b/Dockerfile index a6ae207..e0cb2f2 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -63,7 +63,7 @@ && make install \ && cd .. \ && rm -r zstd-${ZSTD_VER} -RUN export ROCKSDB_VER=7.0.4 \ +RUN export ROCKSDB_VER=7.7.3 \ && curl -LSs https://github.com/facebook/rocksdb/archive/v${ROCKSDB_VER}.tar.gz | tar zxv \ && mv rocksdb-${ROCKSDB_VER} rocksdb \ && cd rocksdb \