Skip to content

Commit

Permalink
fix(ci): Specify cassandra:3.11.11
Browse files Browse the repository at this point in the history
The latest tag at this time is v4.0.1, for which this doesn't work yet.
  • Loading branch information
rafaelespinoza committed Jan 6, 2022
1 parent 0c07e70 commit b88267c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/cassandra/server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cassandra:latest
FROM cassandra:3.11.11
LABEL driver=cassandra role=server

# Tests run on a a single node, only need to expose the CQL listener port.
Expand Down
2 changes: 1 addition & 1 deletion drivers/cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This `godfish.Driver` implementation has been tested against:

- cassandra version 3.11.10
- cassandra version 3.11.11

## Connecting

Expand Down

0 comments on commit b88267c

Please sign in to comment.