Updater bot : nextcloud updated to 26.0.0

This commit is contained in:
alexbelgium
2023-03-24 17:35:51 +01:00
parent 2773610b98
commit b418411fda
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="25.0.4"
ARG BUILD_UPSTREAM="26.0.0"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################