Updater bot : nextcloud updated to 27.0.0

This commit is contained in:
alexbelgium
2023-06-17 01:59:53 +02:00
parent 08e11177e1
commit 7aa6928fc4
4 changed files with 7 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_ARCH
ARG BUILD_UPSTREAM="26.0.2"
ARG BUILD_UPSTREAM="27.0.0"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################