From 13f8806a4e913be0b3d3d7d8ec4b09315e7944b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Juan=20=20Miguel=20R=C3=BAa=20Guti=C3=A9rrez?=
 <juanmiguel.rua.dev@gmail.com>
Date: Wed, 15 Apr 2020 08:09:43 +0000
Subject: [PATCH] Updating docker image from python:alpine to python:3-6-buster

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3f5b85..ddb7f7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:alpine
+image: python:3.6-buster
 
 before_script:
   - pip install mkdocs
-- 
GitLab