From e7379c8bf856524536644fa1eb7de1a7a07565eb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Sep 2022 12:33:08 +0000 Subject: [PATCH] Update cimg/python Docker tag to v3.10 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0532631..836c0ceb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,7 +66,7 @@ Assemble Release: Push Translations: stage: Translations - image: cimg/python:3.6 + image: cimg/python:3.10 script: - python -m venv ~/venv - . ~/venv/bin/activate