Skip to content

Commit

Permalink
Update cassandra Docker tag to v5
Browse files Browse the repository at this point in the history
Signed-off-by: Mend Renovate <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed Jun 12, 2024
1 parent 7fab03b commit de7b165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose/cassandra/v3/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
cassandra:
image: cassandra:3.11
image: cassandra:5.0
ports:
- "9042:9042"
- "9160:9160"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/cassandra/v4/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
cassandra:
image: cassandra:4.1
image: cassandra:5.0
ports:
- "9042:9042"
- "9160:9160"
Expand Down
2 changes: 1 addition & 1 deletion plugin/storage/cassandra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cassandra:4.1
FROM cassandra:5.0

COPY schema/* /cassandra-schema/

Expand Down

0 comments on commit de7b165

Please sign in to comment.