From 9b44b7fce02867cba77a4c2d3f7179a422fc254e Mon Sep 17 00:00:00 2001 From: Alexandre Roux Date: Fri, 26 Apr 2024 22:37:09 +0000 Subject: [PATCH] Bump nextcloud theme to 27.0.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b393155a..208a6999 100644 --- a/Dockerfile +++ b/Dockerfile @@ -128,7 +128,7 @@ CMD ["php-fpm"] From nextcloud as selfhost ARG BASE_DIR="/usr/src/nextcloud" ARG TMP_PATCH_DIR="/tmp/build_patches" -ARG THEME_VERSION="26.0.2" +ARG THEME_VERSION="27.0.0" ARG USER_BACKEND_RAW_SQL_VERSION="1.3.0" ARG SELFHOST_THEME_VERSION="2.0.0" ARG IS_SELFHOST=true -- GitLab