Skip to content

Commit

Permalink
Update docker/test-images/zipkin-cassandra/install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
codefromthecrypt authored May 25, 2024
1 parent a3f019b commit 75aa90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test-images/zipkin-cassandra/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ is_cassandra_alive || exit 1
echo "*** Installing cqlsh"
# cqlsh 4.x is not compatible with Python 3.12 by default.
# See https://issues.apache.org/jira/browse/CASSANDRA-19206
python3_version=3.12.3-r1
python3_version=3.12.3
apk add --update --no-cache python3=~${python3_version}
# Installing cqlsh requires cffi package. Normally this doesn't need
# to be compiled, but something isn't right with aarch64 when installing
Expand Down

0 comments on commit 75aa90d

Please sign in to comment.