update to nextcloud 21

This commit is contained in:
2021-03-10 20:35:09 -05:00
parent 8d955eb730
commit 14f05a90ef

View File

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