Skip to content

Commit

Permalink
FsShelter 0.0.7 and Storm 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Tolmachev committed May 26, 2016
1 parent 7b72e8d commit 17a76a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN add-apt-repository ppa:openjdk-r/ppa
RUN apt-get update && apt-get install -y openjdk-8-jdk
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64/

ENV STORM_RELEASE 0.10.0
ENV STORM_RELEASE 1.0.1
RUN wget -nv -O /storm.tar.gz \
http://www.apache.org/dist/storm/apache-storm-${STORM_RELEASE}/apache-storm-${STORM_RELEASE}.tar.gz
RUN mkdir -p /opt/storm && \
Expand Down

0 comments on commit 17a76a5

Please sign in to comment.