update to version 19

This commit is contained in:
2021-03-07 17:00:15 -05:00
parent 4002719423
commit b0eecf73b2
4 changed files with 5 additions and 1 deletions

View File

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