Skip to content

Commit

Permalink
bump rocksdb to 8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XK4MiLX authored Dec 23, 2023
1 parent 2c82be6 commit afd7a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV BOOTSTRAP=${BOOTSTRAP:-0}
ENV DAEMON=${DAEMON:-1}
ENV CONFIG=${CONFIG:-AUTO}
ENV GOLANG_VERSION="go1.20.1"
ENV ROCKSDB_VERSION=${ROCKSDB_VERSION:-v7.10.2}
ENV ROCKSDB_VERSION=${ROCKSDB_VERSION:-v8.9.1}
ENV DAEMON_CONFIG=${DAEMON_CONFIG:-AUTO}
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
Expand Down

0 comments on commit afd7a29

Please sign in to comment.