]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Switch to debian:latest Docker image
authorGuillem Jover <guillem@hadrons.org>
Fri, 17 Feb 2023 21:28:45 +0000 (22:28 +0100)
committerGuillem Jover <guillem@hadrons.org>
Fri, 17 Feb 2023 21:29:26 +0000 (22:29 +0100)
This should always point to the latest Debian stable images.

.gitlab-ci.yml

index e9d6b805582ef42b3554e38fb93610be8ac52f94..18582ed00b2ffbecbbc9c854fd9ffef324d41b2c 100644 (file)
@@ -10,7 +10,7 @@
     - gcovr -s -e test/
 
 .debian:
-  image: debian:buster
+  image: debian:latest
   stage: test
   before_script:
     - apt-get update -qq