Skip to content

Commit

Permalink
Update to stargate v1.0.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwettlaufer authored Dec 9, 2020
1 parent b45f80d commit a234817
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.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
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.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
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.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
Expand Down

0 comments on commit a234817

Please sign in to comment.