File tree 2 files changed +2
-2
lines changed
ci/openjdk17-cassandra-3.11
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM adoptopenjdk/openjdk17:latest
2
2
3
3
RUN set -eux; \
4
- CASSANDRA_URL='https://www-us.apache.org/dist/cassandra/3.11.10 /apache-cassandra-3.11.10 -bin.tar.gz' ; \
4
+ CASSANDRA_URL='https://www-us.apache.org/dist/cassandra/3.11.11 /apache-cassandra-3.11.11 -bin.tar.gz' ; \
5
5
curl -LfsSo /tmp/cassandra.tar.gz ${CASSANDRA_URL}; \
6
6
mkdir -p /opt/cassandra /opt/cassandra/data /opt/cassandra/logs; \
7
7
cd /opt/cassandra; \
Original file line number Diff line number Diff line change 90
90
<build .cassandra.rpc_port>19160</build .cassandra.rpc_port>
91
91
<build .cassandra.ssl_storage_port>17001</build .cassandra.ssl_storage_port>
92
92
<build .cassandra.storage_port>17000</build .cassandra.storage_port>
93
- <cassandra .version>3.11.10 </cassandra .version>
93
+ <cassandra .version>3.11.11 </cassandra .version>
94
94
<cassandra-driver .version>4.13.0</cassandra-driver .version>
95
95
<dist .id>spring-data-cassandra</dist .id>
96
96
<el .version>1.0</el .version>
You can’t perform that action at this time.
0 commit comments