From 9b98bc101b6b1ca6a12a87f9635562bcf830e815 Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@dev.funkwhale.audio>
Date: Wed, 1 Nov 2023 01:04:28 +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 e0bcee6..e6aef4c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
 
 lint:
   stage: lint
-  image: python:3.11-alpine
+  image: python:3.12-alpine
   before_script: pip install black
   script: black --check .
 
-- 
GitLab