diff options
| author | chrislu <chris.lu@gmail.com> | 2023-05-29 23:14:45 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-05-29 23:14:45 -0700 |
| commit | b0da8788a1294714d90f2f0dd6918b00a100ef6f (patch) | |
| tree | 79ff8d99aee97d9c9a5e32df8828ec646cb6a2db /docker/Makefile | |
| parent | 68c3cf767c81bda1375f169fe89bef78059de4bf (diff) | |
| download | seaweedfs-b0da8788a1294714d90f2f0dd6918b00a100ef6f.tar.xz seaweedfs-b0da8788a1294714d90f2f0dd6918b00a100ef6f.zip | |
upgrade rocksdb versions
Diffstat (limited to 'docker/Makefile')
| -rw-r--r-- | docker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Makefile b/docker/Makefile index b49f88f35..9e9d771c2 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -29,7 +29,7 @@ go_build_large_disk: build_rocksdb_dev_env: docker build --no-cache -t chrislusf/rocksdb_dev_env -f Dockerfile.rocksdb_dev_env . -build_rocksdb_local: +build_rocksdb_local: build_rocksdb_dev_env cd .. ; docker build --no-cache -t chrislusf/seaweedfs:rocksdb_local -f docker/Dockerfile.rocksdb_large_local . build_rocksdb: |
