nextcloud minor versions updates

This commit is contained in:
2021-09-01 08:15:44 -04:00
parent fd26d91d5f
commit 8be0dbff49
2 changed files with 7 additions and 7 deletions

View File

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