From 2b0d6448c6b53e8d67b6da4bff72065ece9dbd74 Mon Sep 17 00:00:00 2001
From: Jason Kaltsikis <jasonkaltsikis@gmail.com>
Date: Fri, 8 May 2020 15:50:51 +0300
Subject: [PATCH] Base image python:3.7-slim-stretch

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

diff --git a/Dockerfile b/Dockerfile
index a228791..03a7cdd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@
 # Because this image is still experimental, and we are not quite sure if it's going to 
 # be very useful, we do not provide any usage documentation.
 
-FROM docker.io/python:3.7
+FROM docker.io/python:3.7-slim-stretch
 
 # As per https://github.com/docker/compose/issues/3918
 COPY --from=library/docker:19.03 /usr/local/bin/docker /usr/bin/docker
-- 
GitLab