From 6e513648cff5f639809afdd509184dd899dd7232 Mon Sep 17 00:00:00 2001 From: Christophe Mehay Date: Sat, 2 Jul 2016 16:28:06 +0200 Subject: [PATCH] Update pyentrypoint to 0.3.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7fd410f..87e09aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ tor \ python3-pip -RUN pip3 install pyentrypoint==0.3.1 +RUN pip3 install pyentrypoint==0.3.7 ADD assets/entrypoint-config.yml / ADD assets/onions /usr/local/src/onions