From 51e4ad6fbb6030af9f84e33c3f9ccc4aa5582603 Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Wed, 11 Nov 2020 15:47:39 +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 e33a0f8..e4b0387 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ test: - image: python:3.8-buster + image: python:3.9-buster before_script: - apt-get update -y -qq && apt-get install -y -qq yarnpkg - pip install -q Django -- GitLab