From 0d2cb2c3d2e3ddf6f50c7c1b04a19a1974703652 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Wed, 6 Oct 2021 14:19:11 +0200
Subject: [PATCH] check if the python 3.10 image causes problems (tags taken
 from https://hub.docker.com/_/python)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 869f653..1d0a78c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 default:
-  image: python:3-slim
+  image: python:3.9-slim
 variables:
   DOCKER_TLS_CERTDIR: ""
   APP_VERSION: "beta"
-- 
GitLab