Skip to content

Commit

Permalink
Use stargate 0.0.16 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBorczuk authored Oct 14, 2020
1 parent 6531db4 commit 31b6499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cassandra-3.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cassandra-4.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dse-6.8/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 31b6499

Please sign in to comment.