Skip to content

Commit 46ae51b

Browse files
author
QAutomatron
committed
Update to 2.1.3
1 parent 5a3deab commit 46ae51b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update -qqy \
2020
&& 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
2121

2222
# BMP install
23-
ENV BMP_VERSION 2.1.2
23+
ENV BMP_VERSION 2.1.3
2424
RUN wget -O browsermob-proxy.zip https://github.com/lightbody/browsermob-proxy/releases/download/browsermob-proxy-$BMP_VERSION/browsermob-proxy-$BMP_VERSION-bin.zip \
2525
&& unzip -q /browsermob-proxy.zip \
2626
&& rm -f /browsermob-proxy.zip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# docker-browsermob-proxy
22
Dockerfile to build container with Browsermob Proxy
33

4-
Current version: 2.1.2
4+
Current version: 2.1.3
55

66

77
Default options:

0 commit comments

Comments
 (0)