From 97045d022d0592d9c94f79ee0796fd38ca8074c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 23:14:00 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- dreamkast_api/.gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dreamkast_api/.gitlab-ci.yml b/dreamkast_api/.gitlab-ci.yml index 7b0e377..b097ba2 100644 --- a/dreamkast_api/.gitlab-ci.yml +++ b/dreamkast_api/.gitlab-ci.yml @@ -12,13 +12,13 @@ stages: test-3.5: extends: .tests - image: python:3.5-alpine + image: python:3.14-alpine test-3.6: extends: .tests - image: python:3.6-alpine + image: python:3.14-alpine test-3.7: extends: .tests - image: python:3.7-alpine + image: python:3.14-alpine test-3.8: extends: .tests - image: python:3.8-alpine + image: python:3.14-alpine