From 6f465d39a4904ed6485b84afff35cb0ce6cd3fd3 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Tue, 22 May 2018 21:44:02 +0900 Subject: [PATCH] Use newer Debian image as migration start point This should keep the migrated result smaller as fewer packages will be upgraded during the migration. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec39686..3091313 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ # .gitlab-ci.yml -- to automate Docker Devuan image builds -# Copyright (C) 2017 Olaf Meeuwissen +# Copyright (C) 2017, 2018 Olaf Meeuwissen # # License: GPL-3.0+ variables: - DEBIAN_VERSION: jessie-20171210 + DEBIAN_VERSION: jessie-20180426 DEVUAN_RELEASE: jessie TZ: UTC LC_ALL: C