Skip to content

Commit

Permalink
Updating kibana version
Browse files Browse the repository at this point in the history
  • Loading branch information
Saher El-Neklawy committed Mar 8, 2015
1 parent e759c40 commit 219a2de
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 @@ -13,7 +13,7 @@ RUN git clone https://github.com/elasticsearch/kibana.git /tmp/kibana4 \
&& export NVM_DIR="/root/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" \
&& nvm install 0.10 \
&& cd /tmp/kibana4 \
&& git checkout 65254de29b65aa4d4bb9b8441b53bfe4ff727ac3 \
&& git checkout 98dfb7e24d666896aaec620706b2ae05d8dfecf2 \
&& export KIBANA_VESION=`grep "version" package.json | sed 's/.*"version": "\(.*\)".*/\1/'` \
&& npm install -g grunt-cli bower \
&& npm install && bower --config.interactive=false install --allow-root \
Expand Down

0 comments on commit 219a2de

Please sign in to comment.