diff --git a/cassandra-3.11/Dockerfile b/cassandra-3.11/Dockerfile index 2358eac..9a41eec 100644 --- a/cassandra-3.11/Dockerfile +++ b/cassandra-3.11/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8u252-slim -ARG STARGATE_VERSION=v0.0.21 +ARG STARGATE_VERSION=v1.0.0 RUN apt update && apt install curl unzip iproute2 libaio1 -y RUN curl -L https://github.com/stargate/stargate/releases/download/${STARGATE_VERSION}/stargate-jars.zip > stargate-jars.zip diff --git a/cassandra-4.0/Dockerfile b/cassandra-4.0/Dockerfile index 5320cf7..9b83344 100644 --- a/cassandra-4.0/Dockerfile +++ b/cassandra-4.0/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8u252-slim -ARG STARGATE_VERSION=v0.0.21 +ARG STARGATE_VERSION=v1.0.0 RUN apt update && apt install curl unzip iproute2 libaio1 -y RUN curl -sL https://github.com/stargate/stargate/releases/download/${STARGATE_VERSION}/stargate-jars.zip > stargate-jars.zip diff --git a/dse-6.8/Dockerfile b/dse-6.8/Dockerfile index 7e218a9..c13b3a2 100644 --- a/dse-6.8/Dockerfile +++ b/dse-6.8/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8u252-slim -ARG STARGATE_VERSION=v0.0.21 +ARG STARGATE_VERSION=v1.0.0 RUN apt update && apt install curl unzip iproute2 libaio1 -y RUN curl -sL https://github.com/stargate/stargate/releases/download/${STARGATE_VERSION}/stargate-jars.zip > stargate-jars.zip