Skip to content

Commit

Permalink
Merge pull request docker-library#50 from infosiftr/update
Browse files Browse the repository at this point in the history
Run update.sh
  • Loading branch information
tianon committed Feb 18, 2016
2 parents 13a08c6 + 59ea86e commit 388c551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.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 32x main' >> /etc/apt/sources.list.d/cassandra.list

ENV CASSANDRA_VERSION 3.2
ENV CASSANDRA_VERSION 3.2.1

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

0 comments on commit 388c551

Please sign in to comment.