Updater bot : nextcloud updated to 26.0.2

This commit is contained in:
alexbelgium
2023-05-27 02:00:17 +02:00
parent 13e1da0f25
commit e8ef99269a
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.1"
ARG BUILD_UPSTREAM="26.0.2"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################