Skip to content

Commit 670c632

Browse files
author
QAutomatron
committed
Update to 2.1.4
1 parent 46ae51b commit 670c632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.3
23+
ENV BMP_VERSION 2.1.4
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

0 commit comments

Comments
 (0)