From 766aa3c0bd5c6541b2ff8a07191204846bbab776 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 3 Oct 2024 12:22:44 -0400 Subject: [PATCH] ci: update Python image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f746ef31..4cb8e290 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ stages: build-openapi-scheme: stage: build - image: python:3.11-slim + image: python:3.12-slim variables: OPENAPI_JSON: ./public/api.json before_script: -- GitLab