From 50ea5f1da2ffa17a4da65bae1afb7bfcbff29d61 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@dev.funkwhale.audio> Date: Tue, 8 Oct 2024 01:01:38 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0bcee6..fb638be 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.13-alpine before_script: pip install black script: black --check . -- GitLab