From e8cc6337e085f647b734657bf65c58185985c2f4 Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@dev.funkwhale.audio>
Date: Sun, 10 Dec 2023 12:05:15 +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