From 856fe9f76f8918831f3ea0dccb55dab7af137c8f Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Tue, 7 Nov 2023 15:31:04 +0100 Subject: [PATCH] update ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84ba250..5d6b35f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - check - build check: - image: python:3.11-bullseye + image: python:3.11-bookworm stage: check script: - apt-get update