From adf8a97748ded5348e5aca07c9411c3b8f5c391a Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Tue, 14 May 2019 23:32:20 -0700 Subject: [PATCH] match python versions --- Dockerfile | 2 +- Pipfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ccb0658..615de7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.7 WORKDIR /usr/src/mds diff --git a/Pipfile b/Pipfile index 71bb301..dd585a4 100644 --- a/Pipfile +++ b/Pipfile @@ -11,4 +11,4 @@ sphinx = "*" sphinx-rtd-theme = "*" [requires] -python_version = "3.6" \ No newline at end of file +python_version = "3.7" \ No newline at end of file