From cde646a06355a0b255c088241c26d9c309ccbd0f Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Tue, 12 Dec 2017 20:51:32 +0900 Subject: [PATCH] Use newer Debian image as migration start point (8.9 -> 8.10) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e29645b..ec39686 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # License: GPL-3.0+ variables: - DEBIAN_VERSION: jessie-20171009 + DEBIAN_VERSION: jessie-20171210 DEVUAN_RELEASE: jessie TZ: UTC LC_ALL: C