diff --git a/cassandra-3.11/Dockerfile b/cassandra-3.11/Dockerfile index 7fa3c56..da85ae1 100644 --- a/cassandra-3.11/Dockerfile +++ b/cassandra-3.11/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8u252-slim -ARG STARGATE_VERSION=v0.0.15 +ARG STARGATE_VERSION=v0.0.16 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 9a30695..418736b 100644 --- a/cassandra-4.0/Dockerfile +++ b/cassandra-4.0/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8u252-slim -ARG STARGATE_VERSION=v0.0.15 +ARG STARGATE_VERSION=v0.0.16 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 cfc3030..f3aee7e 100644 --- a/dse-6.8/Dockerfile +++ b/dse-6.8/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8u252-slim -ARG STARGATE_VERSION=v0.0.15 +ARG STARGATE_VERSION=v0.0.16 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