Skip to content

Commit

Permalink
Update to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QAutomatron committed Dec 15, 2016
1 parent 5a3deab commit 46ae51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2
ENV BMP_VERSION 2.1.3
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker-browsermob-proxy
Dockerfile to build container with Browsermob Proxy

Current version: 2.1.2
Current version: 2.1.3


Default options:
Expand Down

0 comments on commit 46ae51b

Please sign in to comment.