Skip to content

Commit 3d1a903

Browse files
author
Evgenii S
authored
Update Dockerfile
Upda BMP to 2.1.2
1 parent d559225 commit 3d1a903

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
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.1
23+
ENV BMP_VERSION 2.1.2
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
@@ -35,4 +35,4 @@ ENV BMP_PORT 9090
3535
ENV PORT_RANGE 39500-39999
3636
ENV TTL 600
3737

38-
CMD ["/start.sh"]
38+
CMD ["/start.sh"]

0 commit comments

Comments
 (0)