Skip to content

Commit

Permalink
Bump version to v1.0.66 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshrajamani authored Oct 1, 2022
1 parent 88d21f4 commit dcbd909
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cassandra-3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.65
ARG STARGATE_VERSION=v1.0.66

RUN apt update -qq \
&& apt install curl unzip iproute2 libaio1 -y \
Expand Down
2 changes: 1 addition & 1 deletion cassandra-4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.65
ARG STARGATE_VERSION=v1.0.66

RUN apt update -qq \
&& apt install curl unzip iproute2 libaio1 -y \
Expand Down
2 changes: 1 addition & 1 deletion dse-6.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.65
ARG STARGATE_VERSION=v1.0.66

RUN apt update -qq \
&& apt install curl unzip iproute2 libaio1 -y \
Expand Down
2 changes: 1 addition & 1 deletion examples/cassandra-3.11/start_cass_311.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export CASSTAG=3.11.12
export SGTAG=v1.0.65
export SGTAG=v1.0.66

# Make sure backend-1, the seed node, is up before bringing up other nodes and stargate

Expand Down
2 changes: 1 addition & 1 deletion examples/cassandra-4.0/start_cass40.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export CASSTAG=4.0.3
export SGTAG=v1.0.65
export SGTAG=v1.0.66

# Make sure backend-1, the seed node, is up before bringing up other nodes and stargate

Expand Down
2 changes: 1 addition & 1 deletion examples/dse-6.8/start_dse_68.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export DSETAG=6.8.20
export SGTAG=v1.0.65
export SGTAG=v1.0.66

# Make sure backend-1, the seed node, is up before bringing up other nodes and stargate

Expand Down
2 changes: 1 addition & 1 deletion examples/stargate-jwt-auth/start_jwt.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export CASSTAG=3.11.12
export SGTAG=v1.0.65
export SGTAG=v1.0.66
export KCTAG=latest

SG_AUTH_DIR=$PWD
Expand Down

0 comments on commit dcbd909

Please sign in to comment.