From 8ff3c567285181d4992f1f96959b7316aed1e30c Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Fri, 11 Oct 2024 22:16:43 +0200
Subject: [PATCH] fix ci pipeline

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28cf5fb..2d3da15 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
 
 .run_script:
   stage: run_scripts
-  image: python:3-alpine
+  image: python:3-bookworm
   tags:
   - amd64 # needed for matplotlib
   variables:
-- 
GitLab