From ffb82d94caa27646dcc356f7d2170029786c52df Mon Sep 17 00:00:00 2001 From: Karl Newell Date: Wed, 22 May 2019 07:04:12 -0700 Subject: [PATCH] Update Dockerfile to use python3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92a8739..114c20f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2 +FROM python:3 WORKDIR /srv