From d5f359fa513f9746ea1ee0993fc2bddac4e49374 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 11 Jan 2020 13:21:59 +0100 Subject: [PATCH] gitlab-ci: build with stretch image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc3614c99..81b9cfce4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build_ubuntu_package: - python3 contrib/sort.py etc/*.{profile,inc} build_debian_package: - image: debian:jessie + image: debian:stretch script: - apt-get update -qq - apt-get install -y -qq build-essential lintian pkg-config