From cadc2a7ca39f1d5ae3752e931ed7b5f7aa4b4c94 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Dec 2023 11:33:10 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f4cf0f..95e5b61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: lint: stage: lint - image: python:3.10 + image: python:3.12 before_script: - apt-get update - apt-get install libgirepository1.0-dev -y