Skip to content

Commit

Permalink
Merge pull request #44 from MALPI/update-dockerfile
Browse files Browse the repository at this point in the history
#43 Updated base image, Updated cassandra to 2.1.15
  • Loading branch information
hjacobs authored Jul 27, 2016
2 parents a411810 + 52bfff1 commit aeae746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM registry.opensource.zalan.do/stups/openjdk:8-24
FROM registry.opensource.zalan.do/stups/openjdk:8-29

MAINTAINER Zalando SE

# SSL Storage Port, Jolokia Agent, CQL Native
EXPOSE 7001 8778 9042

ENV CASSIE_VERSION=2.1.14
ENV CASSIE_VERSION=2.1.15

ENV DEBIAN_FRONTEND=noninteractive
RUN echo "deb http://debian.datastax.com/community stable main" | tee -a /etc/apt/sources.list.d/datastax.community.list
Expand Down

0 comments on commit aeae746

Please sign in to comment.