Skip to content

Commit

Permalink
update to 3.6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuki Matsuda authored Aug 17, 2016
1 parent a2cdfc9 commit 156ae16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:jessie

ENV TZ=Asia/Tokyo \
VERSION=3.6.9
VERSION=3.6.10.1

RUN apt-get update && \
apt-get install -y --no-install-recommends wget gcc python python-dev && \
Expand All @@ -19,4 +19,4 @@ RUN TXT='\ new_sets = []\n for st in response["sets"]:\n try:\n

EXPOSE 8081

CMD /opt/amc/bin/gunicorn --config=/etc/amc/config/gunicorn_config.py flaskapp:app
CMD /opt/amc/bin/gunicorn --config=/etc/amc/config/gunicorn_config.py flaskapp:app

0 comments on commit 156ae16

Please sign in to comment.