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:
parent
28e19b51a7
commit
faef96c30c
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.3
|
FROM python:3.5
|
||||||
|
|
||||||
ENV APP_DIR=/usr/src/snappass
|
ENV APP_DIR=/usr/src/snappass
|
||||||
|
|
||||||
|
|
|
@ -74,4 +74,4 @@ Alternatively, you can use `Docker`_ and `Docker Compose`_ to install and run Sn
|
||||||
$ docker build -t snappass .
|
$ docker build -t snappass .
|
||||||
$ docker-compose up -d
|
$ 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
|
||||||
|
|
Loading…
Reference in a new issue