From 20e65286a85ac0e4db2002dec7a0770b9f3133b9 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Mon, 18 Sep 2023 16:51:27 +0200
Subject: [PATCH] propose recent base images for python

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c1e388f..e33d2ba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,8 +71,11 @@ build_python:
       - LANGUAGE: ["python"]
         PYTHON_VERSION: [
           "3.9-slim-bullseye",
+          "3.9-slim",
           "3.10-slim-bullseye",
+          "3.10-slim",
           "3.11-slim-bullseye",
+          "3.11-slim",
         ]
         SHINY_SERVER_VERSION: ["latest"]
 
-- 
GitLab