Skip to content

Commit

Permalink
Update to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
QAutomatron committed Dec 28, 2016
1 parent 46ae51b commit 670c632
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 @@ -20,7 +20,7 @@ RUN apt-get update -qqy \
&& sed -i 's/securerandom\.source=file:\/dev\/random/securerandom\.source=file:\/dev\/urandom/' ./usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security

# BMP install
ENV BMP_VERSION 2.1.3
ENV BMP_VERSION 2.1.4
RUN wget -O browsermob-proxy.zip https://github.com/lightbody/browsermob-proxy/releases/download/browsermob-proxy-$BMP_VERSION/browsermob-proxy-$BMP_VERSION-bin.zip \
&& unzip -q /browsermob-proxy.zip \
&& rm -f /browsermob-proxy.zip
Expand Down

0 comments on commit 670c632

Please sign in to comment.