update to version 18

parameterized nextcloud version in build files
This commit is contained in:
2021-03-07 16:39:30 -05:00
parent bc7a409235
commit 4002719423
4 changed files with 7 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ pipeline {
environment {
APP_NAME = 'xaibox'
WORKDIR = 'dockerfiles/services/nextcloud'
NC_VERSION = 18
}
agent { label 'docker' }