mirror of https://github.com/apache/cassandra
Update CQL version to 3.4.7 in docker run scripts
This commit is contained in:
parent
4688ce02c4
commit
f95cf9c356
|
|
@ -1,4 +1,4 @@
|
|||
docker run --rm --network cassandra \
|
||||
-v "$(pwd)/data.cql:/scripts/data.cql" \
|
||||
-e CQLSH_HOST=cassandra -e CQLSH_PORT=9042 \
|
||||
-e CQLVERSION=3.4.6 nuvo/docker-cqlsh
|
||||
-e CQLVERSION=3.4.7 nuvo/docker-cqlsh
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
docker run --rm -it --network \
|
||||
cassandra nuvo/docker-cqlsh cqlsh cassandra \
|
||||
9042 --cqlversion='3.4.5'
|
||||
9042 --cqlversion='3.4.7'
|
||||
Loading…
Reference in New Issue