0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-26 13:10:54 +02:00

Runs update.sh

This commit is contained in:
GitHub Workflow 2023-06-13 15:13:35 +00:00
parent 35e99028fb
commit ceb2893af1
39 changed files with 1808 additions and 1 deletions

View file

@ -1,4 +1,30 @@
{
"27": {
"branch": "27",
"version": "27.0.0",
"url": "https://download.nextcloud.com/server/releases/nextcloud-27.0.0.tar.bz2",
"ascUrl": "https://download.nextcloud.com/server/releases/nextcloud-27.0.0.tar.bz2.asc",
"variants": {
"apache": {
"variant": "apache",
"base": "debian",
"baseVersion": "bullseye",
"phpVersion": "8.2"
},
"fpm": {
"variant": "fpm",
"base": "debian",
"baseVersion": "bullseye",
"phpVersion": "8.2"
},
"fpm-alpine": {
"variant": "fpm-alpine",
"base": "alpine",
"baseVersion": "3.18",
"phpVersion": "8.2"
}
}
},
"26": {
"branch": "26",
"version": "26.0.2",