From ef0f2168d171f12350777dacea1d0a6a0b64c9f7 Mon Sep 17 00:00:00 2001
From: Vladimir Shushlin <vshushlin@gitlab.com>
Date: Fri, 8 May 2020 15:23:59 +0000
Subject: [PATCH] Update base images to the latest debian

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

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