Update pyentrypoint to 0.3.1

pull/4/head
Christophe Mehay 8 years ago
parent cb24563893
commit a4d935a8b4

@ -7,7 +7,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
tor \
python3-pip
RUN pip3 install pyentrypoint==0.2.3
RUN pip3 install pyentrypoint==0.3.1
ADD assets/entrypoint-config.yml /
ADD assets/onions /usr/local/src/onions

@ -1,8 +1,8 @@
# docker-compose.yml example
tor:
image: goldy/tor-hidden-service
# build: .
# image: goldy/tor-hidden-service
build: .
links:
- hello
- world

Loading…
Cancel
Save