From a058508190fbaeb73dd233d54de66d697c1ab0ff Mon Sep 17 00:00:00 2001
From: allan <atribe13@gmail.com>
Date: Sun, 27 Jan 2019 14:49:11 -0700
Subject: [PATCH] Switch to alpine base image so it is a smaller download

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index b40a2ca..fde1800 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.3-slim
+FROM python:alpine
 MAINTAINER Allan Tribe <atribe13@gmail.com>
 
 VOLUME /src/
-- 
GitLab