From 558b06f6cb455cc157ef52dc926925c44ff9d717 Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Tue, 2 Feb 2021 13:30:17 +0100
Subject: [PATCH] Change python image to buster (mkdocs needs gcc)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ed8784d..4c5a3d09 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -100,7 +100,7 @@ ragdoc_view:
       - "pages/docs/ragdoc"
 
 pages:
-  image: python:3.7-alpine
+  image: python:3.8-buster
   stage: publish
   needs:
     - ragdoc_view
-- 
GitLab