Skip to content

Commit

Permalink
Dont merge this until tag 1.0.3 is out in stargate (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBorczuk authored Jan 14, 2021
1 parent ca6e021 commit e1bd3e3
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=v1.0.2
ARG STARGATE_VERSION=v1.0.3

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
@@ -1,6 +1,6 @@
FROM openjdk:8u252-slim

ARG STARGATE_VERSION=v1.0.2
ARG STARGATE_VERSION=v1.0.3

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
@@ -1,6 +1,6 @@
FROM openjdk:8u252-slim

ARG STARGATE_VERSION=v1.0.2
ARG STARGATE_VERSION=v1.0.3

RUN apt update -qq \
&& apt install curl unzip iproute2 libaio1 -y \
Expand Down

0 comments on commit e1bd3e3

Please sign in to comment.