Skip to content

Commit 188ca47

Browse files
authored
Merge pull request #216 from nextcloud/fix/update-50-52
fix: add 5.1-0 to supported UCS releases
2 parents d146a64 + 5dd4401 commit 188ca47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ push-files:
5959
i18n/en/README_POST_UPDATE_EN \
6060
i18n/de/README_POST_UPDATE_DE
6161
univention-appcenter-control set --noninteractive $(ucs_version)/$(app_name)=$(app_version) \
62-
--json '{"DockerImage": "ghcr.io/nextcloud/univention-app:$(app_version)", "UMCOptionsAttributes": "nextcloudEnabled", "WebInterface": "/nextcloud", "MinPhysicalRam": "512", "RequiredUcsVersion": "5.0-3", "SupportedUCSVersions": "5.0-3,5.2-0", "RequiredAppVersionUpgrade": "$(app_upgrade_from)"}'
62+
--json '{"DockerImage": "ghcr.io/nextcloud/univention-app:$(app_version)", "UMCOptionsAttributes": "nextcloudEnabled", "WebInterface": "/nextcloud", "MinPhysicalRam": "512", "RequiredUcsVersion": "5.0-3", "SupportedUCSVersions": "5.0-3,5.1-0,5.2-0", "RequiredAppVersionUpgrade": "$(app_upgrade_from)"}'
6363

6464
.PHONY: docker
6565
docker:

0 commit comments

Comments
 (0)