diff --git a/Dockerfile b/Dockerfile index 6e9d15b..52bff65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ @@ -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 \ No newline at end of file +CMD /opt/amc/bin/gunicorn --config=/etc/amc/config/gunicorn_config.py flaskapp:app