Updater bot : nextcloud updated to 25.0.4

This commit is contained in:
alexbelgium
2023-02-25 01:59:03 +01:00
parent e7314e8aaf
commit d380623f8b
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.3"
ARG BUILD_UPSTREAM="25.0.4"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################