This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
The following commit(s) were added to refs/heads/master by this push:
new 6500bcd HDDS-8843. Bump RocksDB to 7.7.3 (#20)
6500bcd is described below
commit 6500bcd2e7c4fb7356fb71a8fccde30331537c3c
Author: Swaminathan Balachandran <[email protected]>
AuthorDate: Wed Jun 14 22:13:02 2023 -0700
HDDS-8843. Bump RocksDB to 7.7.3 (#20)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index a6ae207..e0cb2f2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -63,7 +63,7 @@ RUN export ZSTD_VER=1.5.2 \
&& 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 \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]