diff --git a/cassandra-3.11/Dockerfile b/cassandra-3.11/Dockerfile index be998b3..f5b1f7c 100644 --- a/cassandra-3.11/Dockerfile +++ b/cassandra-3.11/Dockerfile @@ -4,7 +4,7 @@ RUN set -x \ && groupadd -r stargate --gid=999 \ && useradd -r -g stargate -d /stargate --uid=999 stargate -ARG STARGATE_VERSION=v1.0.67 +ARG STARGATE_VERSION=v1.0.68 RUN apt update -qq \ && apt install curl unzip iproute2 libaio1 -y \ diff --git a/cassandra-4.0/Dockerfile b/cassandra-4.0/Dockerfile index d1de39d..c0b24c3 100644 --- a/cassandra-4.0/Dockerfile +++ b/cassandra-4.0/Dockerfile @@ -4,7 +4,7 @@ RUN set -x \ && groupadd -r stargate --gid=999 \ && useradd -r -g stargate -d /stargate --uid=999 stargate -ARG STARGATE_VERSION=v1.0.67 +ARG STARGATE_VERSION=v1.0.68 RUN apt update -qq \ && apt install curl unzip iproute2 libaio1 -y \ diff --git a/dse-6.8/Dockerfile b/dse-6.8/Dockerfile index b1c2877..3b833b7 100644 --- a/dse-6.8/Dockerfile +++ b/dse-6.8/Dockerfile @@ -4,7 +4,7 @@ RUN set -x \ && groupadd -r stargate --gid=999 \ && useradd -r -g stargate -d /stargate --uid=999 stargate -ARG STARGATE_VERSION=v1.0.67 +ARG STARGATE_VERSION=v1.0.68 RUN apt update -qq \ && apt install curl unzip iproute2 libaio1 -y \ diff --git a/examples/cassandra-3.11/start_cass_311.sh b/examples/cassandra-3.11/start_cass_311.sh index 3001a00..730b11d 100755 --- a/examples/cassandra-3.11/start_cass_311.sh +++ b/examples/cassandra-3.11/start_cass_311.sh @@ -1,7 +1,7 @@ #!/bin/sh export CASSTAG=3.11.12 -export SGTAG=v1.0.67 +export SGTAG=v1.0.68 # Make sure backend-1, the seed node, is up before bringing up other nodes and stargate diff --git a/examples/cassandra-4.0/start_cass40.sh b/examples/cassandra-4.0/start_cass40.sh index 4499fa6..b76dc96 100755 --- a/examples/cassandra-4.0/start_cass40.sh +++ b/examples/cassandra-4.0/start_cass40.sh @@ -1,7 +1,7 @@ #!/bin/sh export CASSTAG=4.0.3 -export SGTAG=v1.0.67 +export SGTAG=v1.0.68 # Make sure backend-1, the seed node, is up before bringing up other nodes and stargate diff --git a/examples/dse-6.8/start_dse_68.sh b/examples/dse-6.8/start_dse_68.sh index c520248..95c4fa1 100755 --- a/examples/dse-6.8/start_dse_68.sh +++ b/examples/dse-6.8/start_dse_68.sh @@ -1,7 +1,7 @@ #!/bin/sh export DSETAG=6.8.20 -export SGTAG=v1.0.67 +export SGTAG=v1.0.68 # Make sure backend-1, the seed node, is up before bringing up other nodes and stargate diff --git a/examples/stargate-jwt-auth/start_jwt.sh b/examples/stargate-jwt-auth/start_jwt.sh index 7e28990..ae033f0 100755 --- a/examples/stargate-jwt-auth/start_jwt.sh +++ b/examples/stargate-jwt-auth/start_jwt.sh @@ -1,7 +1,7 @@ #!/bin/sh export CASSTAG=3.11.12 -export SGTAG=v1.0.67 +export SGTAG=v1.0.68 export KCTAG=latest SG_AUTH_DIR=$PWD