Skip to content

Commit

Permalink
build: Bump Dockerfile RocksDB v9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Nov 2, 2024
1 parent 9a1f266 commit 4b9dae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-rocksdb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kava/rocksdb:v8.10.1-go1.21 AS kava-builder
FROM kava/rocksdb:v9.3.1-go1.22 AS kava-builder

RUN apt-get update

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-rocksdb-base
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /root
# default home directory is /root

# install rocksdb
ARG rocksdb_version=v8.10.0
ARG rocksdb_version=v9.3.1
ENV ROCKSDB_VERSION=$rocksdb_version

RUN git clone https://github.com/facebook/rocksdb.git \
Expand Down

0 comments on commit 4b9dae4

Please sign in to comment.