Skip to content

Commit

Permalink
configure: Bump rocksdb version default to v7.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jevolk committed Sep 10, 2022
1 parent a465098 commit 3d227f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2766,7 +2766,7 @@ dnl RocksDB support
dnl
dnl

ROCKSDB_VERSION_DEFAULT="v7.4.3"
ROCKSDB_VERSION_DEFAULT="v7.4.5"

AC_SUBST(ROCKSDB_CPPFLAGS, [])
AC_SUBST(ROCKSDB_LDFLAGS, [])
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/22.04/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04

ARG skiprocks
ARG rocksdb_version 7.4.3
ARG rocksdb_version 7.4.5
ARG rocksdb_url

ENV rocksdb_version ${rocksdb_version}
Expand Down

0 comments on commit 3d227f4

Please sign in to comment.