Skip to content

Commit 056c852

Browse files
author
ricardop
committed
use specific mitmproxy version (latest in 4.x branch)
1 parent 72dc9a8 commit 056c852

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
@@ -5,7 +5,7 @@ FROM rpardini/nginx-proxy-connect-stable-alpine:nginx-1.16.1-alpine-3.11
55
# Add openssl, bash and ca-certificates, then clean apk cache -- yeah complain all you want.
66
# Also added deps for mitmproxy.
77
RUN apk add --update openssl bash ca-certificates su-exec coreutils git g++ libffi libffi-dev libstdc++ openssl openssl-dev python3 python3-dev \
8-
&& LDFLAGS=-L/lib pip3 install mitmproxy \
8+
&& LDFLAGS=-L/lib pip3 install mitmproxy==4.0.4 \
99
&& apk del --purge git g++ libffi-dev openssl-dev python3-dev \
1010
&& rm -rf /var/cache/apk/* \
1111
&& rm -rf ~/.cache/pip

0 commit comments

Comments
 (0)