From 1424ed76156a2eb7c126983697e1fb28b50a7982 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 10:38:25 +0000 Subject: [PATCH] Update python Docker tag to v3.10 --- 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..a7bb2a3 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.10-alpine test-3.6: extends: .tests - image: python:3.6-alpine + image: python:3.10-alpine test-3.7: extends: .tests - image: python:3.7-alpine + image: python:3.10-alpine test-3.8: extends: .tests - image: python:3.8-alpine + image: python:3.10-alpine