Skip to content

Commit

Permalink
bumped versions of cql and cqlsh
Browse files Browse the repository at this point in the history
  • Loading branch information
Hattan Shobokshi committed May 6, 2022
1 parent 4ef2db6 commit 5cbd806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV CQLVERSION="3.4.5" \
CQLSH_HOST="cassandra" \
CQLSH_PORT="9042"

RUN pip install -Ivq cqlsh==5.0.4 \
RUN pip install -Ivq cqlsh==6.0.0 \
&& apk add --no-cache bash \
&& echo 'alias cqlsh="cqlsh --cqlversion ${CQLVERSION} $@"' >> /.bashrc \
&& mkdir /.cassandra
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# defaults for cqlsh
export CQLVERSION=${CQLVERSION:-"3.4.4"}
export CQLVERSION=${CQLVERSION:-"3.4.5"}
export CQLSH_HOST=${CQLSH_HOST:-"cassandra"}
export CQLSH_PORT=${CQLSH_PORT:-"9042"}

Expand Down

0 comments on commit 5cbd806

Please sign in to comment.