From ace581e303df614df6510a0d4904c3e38e0586a0 Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Tue, 1 Nov 2022 14:13:20 +0000 Subject: [PATCH] Update python Docker tag to v3.11 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4b0387..574df0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ test: - image: python:3.9-buster + image: python:3.11-buster before_script: - apt-get update -y -qq && apt-get install -y -qq yarnpkg - pip install -q Django -- GitLab