From 471cf8ca6f86d66e744f2bfd2f38813ed85fcbfb Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Fri, 9 Oct 2020 21:31:49 +0000 Subject: [PATCH] Update python Docker tag to v3.9 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ee7e61..83359df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.8-buster +image: python:3.9-buster variables: GIT_SUBMODULE_STRATEGY: recursive -- GitLab