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:
parent
cde646a063
commit
6f465d39a4
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue