From b9105542ebb8f128494e0adde9ff2a044bab8ee0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Nov 2022 09:33:33 +0000 Subject: [PATCH] Update cimg/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 c3795394..ca5ffe19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,7 +66,7 @@ Assemble Release: Push Translations: stage: Translations - image: cimg/python:3.10 + image: cimg/python:3.11 script: - python -m venv ~/venv - . ~/venv/bin/activate