From: Guillem Jover Date: Fri, 17 Feb 2023 21:28:45 +0000 (+0100) Subject: build: Switch to debian:latest Docker image X-Git-Tag: 0.11.8~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0dfbe7699e10a4e68859eba6a878524002bdb5c5;p=thirdparty%2Flibbsd.git build: Switch to debian:latest Docker image This should always point to the latest Debian stable images. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9d6b80..18582ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ - gcovr -s -e test/ .debian: - image: debian:buster + image: debian:latest stage: test before_script: - apt-get update -qq