Use python 3.5 in the Docker image

Since tests are running for 3.5, there is no
point in not using the latest & greatest version.
This commit is contained in:
Samuel Dion-Girardeau 2016-08-11 22:13:27 -04:00
parent 28e19b51a7
commit faef96c30c
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.3
FROM python:3.5
ENV APP_DIR=/usr/src/snappass

View file

@ -74,4 +74,4 @@ Alternatively, you can use `Docker`_ and `Docker Compose`_ to install and run Sn
$ docker build -t snappass .
$ docker-compose up -d
This will pull all dependencies, i.e. Redis and appropriate Python version (3.3), then start up snappass and Redis server. SnapPass server is accessible at: http://localhost:5000
This will pull all dependencies, i.e. Redis and appropriate Python version (3.5), then start up snappass and Redis server. SnapPass server is accessible at: http://localhost:5000