From 41c62621d6a0dc92b3c80c96fcf3318914750933 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Mon, 22 Jul 2019 19:43:29 +0900 Subject: [PATCH] Bump CI image version from Debian 8 to Debian 9 (stretch) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62334d1..58e330c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # .gitlab-ci.yml -- to build source tarball snapshots -# Copyright (C) 2017 Olaf Meeuwissen +# Copyright (C) 2017, 2019 Olaf Meeuwissen # # License: GPL-3.0+ @@ -11,7 +11,7 @@ stages: archive: stage: archive - image: $REGISTRY_HUB:debian-8-full + image: $REGISTRY_HUB:debian-stretch-full before_script: - apt-get update --quiet - apt-get install --quiet --assume-yes libsane-dev