From 66c4333dc1487b7f61dea0948262b4e3e3757b12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 06:39:19 +0000 Subject: [PATCH] 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 f5ef29a..5e681f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ pre-commit: lint: stage: test - image: python:3.11-alpine + image: python:3.12-alpine before_script: - apk add make bash - make venv