From faef96c30c6e9d3c66e368b1bc3e9d66b76958bf Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Thu, 11 Aug 2016 22:13:27 -0400 Subject: [PATCH] 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. --- Dockerfile | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 257f59d..ad5336c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.3 +FROM python:3.5 ENV APP_DIR=/usr/src/snappass diff --git a/README.rst b/README.rst index 66ec6aa..e8dc2cf 100644 --- a/README.rst +++ b/README.rst @@ -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