Update CQL version to 3.4.7 in docker run scripts

This commit is contained in:
Miguel Sosa 2024-11-14 16:27:35 -05:00
parent 4688ce02c4
commit f95cf9c356
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'