Use newer Debian image as migration start point

This should keep the migrated result smaller as fewer packages will
be upgraded during the migration.
This commit is contained in:
Olaf Meeuwissen 2018-05-22 21:44:02 +09:00
parent cde646a063
commit 6f465d39a4
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# .gitlab-ci.yml -- to automate Docker Devuan image builds # .gitlab-ci.yml -- to automate Docker Devuan image builds
# Copyright (C) 2017 Olaf Meeuwissen # Copyright (C) 2017, 2018 Olaf Meeuwissen
# #
# License: GPL-3.0+ # License: GPL-3.0+
variables: variables:
DEBIAN_VERSION: jessie-20171210 DEBIAN_VERSION: jessie-20180426
DEVUAN_RELEASE: jessie DEVUAN_RELEASE: jessie
TZ: UTC TZ: UTC
LC_ALL: C LC_ALL: C