From 64b48efe7669cf7ec99023dc8f800949c8c8b687 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:50:00 +0200 Subject: [PATCH] chore(deps): update python docker tag to v3.13 (#449) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75924dd..6dda2f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ pre-commit: lint: stage: test - image: python:3.12-alpine + image: python:3.13-alpine before_script: - apk add make bash - make venv