From b111853eb0955e57585c90bb0635f25eefd72db1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 00:42:06 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e2a8c0f..03663e87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ --- -image: python:3.13-alpine +image: python:3.14-alpine variables: BUILD_PDF: 'no'