Skip to content

Commit 3396546

Browse files
committed
test rocksdb update
1 parent ca12152 commit 3396546

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/docker/bin/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && \
1111
apt-get clean
1212
ARG GOLANG_VERSION
1313
ENV GOLANG_VERSION=go1.22.3
14-
ENV ROCKSDB_VERSION=v6.22.1
14+
ENV ROCKSDB_VERSION=v6.24.2
1515
ENV GOPATH=/go
1616
ENV PATH=$PATH:$GOPATH/bin
1717
ENV CGO_CFLAGS="-I/opt/rocksdb/include"
@@ -50,6 +50,7 @@ RUN \
5050
cd $GOPATH/src/github.com/syscoin && \
5151
git clone https://github.com/Frank-GER/blockbook.git && \
5252
cd blockbook && \
53+
git config --global --add safe.directory /src && \
5354
go mod download
5455

5556
ADD Makefile /build/Makefile

0 commit comments

Comments
 (0)