From dab091bde9e93dd8a0cec24d21f74607399b683f Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@dev.funkwhale.audio> Date: Tue, 10 Oct 2023 13:30:34 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12 --- templates/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pre-commit.yml b/templates/pre-commit.yml index dee7229..c3efaa6 100644 --- a/templates/pre-commit.yml +++ b/templates/pre-commit.yml @@ -3,7 +3,7 @@ stage: lint needs: [] - image: python:3.11 + image: python:3.12 variables: PIP_CACHE_DIR: $CI_PROJECT_DIR/.cache/pip PRE_COMMIT_HOME: $CI_PROJECT_DIR/.cache/pre-commit -- GitLab