From c499c7cc8e817dc7f92857c11dec4dce1b9c7539 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@dev.funkwhale.audio> Date: Thu, 20 Apr 2023 08:02:10 +0000 Subject: [PATCH] chore(deps): update 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 455f2e3..81f21aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: lint: stage: lint - image: python:3.10-alpine + image: python:3.11-alpine before_script: pip install black script: black --check . -- GitLab