From 7cb15100bd8ba039a47d1e916d41b24d0b9a1d5b Mon Sep 17 00:00:00 2001 From: Christophe Mehay Date: Sun, 27 Mar 2016 21:43:23 +0200 Subject: [PATCH] Update to pyentrypoint 0.2.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e5e3b6..f052319 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.2.2 +RUN pip3 install pyentrypoint==0.2.3 ADD assets/entrypoint-config.yml / ADD assets/onions /usr/local/src/onions