Skip to content

Commit

Permalink
Update to 2.1.13, 2.2.5, and 3.0.3 (the three that aren't broken ATM)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Feb 15, 2016
1 parent e10119b commit d0a3164
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 2.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57

RUN echo 'deb http://www.apache.org/dist/cassandra/debian 21x main' >> /etc/apt/sources.list.d/cassandra.list

ENV CASSANDRA_VERSION 2.1.12
ENV CASSANDRA_VERSION 2.1.13

RUN apt-get update \
&& apt-get install -y cassandra="$CASSANDRA_VERSION" \
Expand Down
2 changes: 1 addition & 1 deletion 2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57

RUN echo 'deb http://www.apache.org/dist/cassandra/debian 22x main' >> /etc/apt/sources.list.d/cassandra.list

ENV CASSANDRA_VERSION 2.2.4
ENV CASSANDRA_VERSION 2.2.5

RUN apt-get update \
&& apt-get install -y cassandra="$CASSANDRA_VERSION" \
Expand Down
2 changes: 1 addition & 1 deletion 3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 514A2AD631A57

RUN echo 'deb http://www.apache.org/dist/cassandra/debian 30x main' >> /etc/apt/sources.list.d/cassandra.list

ENV CASSANDRA_VERSION 3.0.2
ENV CASSANDRA_VERSION 3.0.3

RUN apt-get update \
&& apt-get install -y cassandra="$CASSANDRA_VERSION" \
Expand Down

0 comments on commit d0a3164

Please sign in to comment.