Commit 4620a04ab627ff266ee90853fa2e13326f169552

Guillem Jover 2023-02-17T22:29:50

build: Switch to debian:latest Docker image This should always point to the latest Debian stable images.

1
2
3
4
5
6
7
8
9
10
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6aafdb..5ade653 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: debian:bullseye
+image: debian:latest
 
 before_script:
   - apt-get update -qq