File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "upstream" : [
55 {
66 "repo" : " nextcloud/server" ,
7- "version" : " v34.0.0beta5 " ,
7+ "version" : " v34.0.0rc1 " ,
88 "arg" : " UPSTREAM_VERSION"
99 }
1010 ],
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 build :
55 context : nextcloud
66 args :
7- UPSTREAM_VERSION : v34.0.0beta5
7+ UPSTREAM_VERSION : v34.0.0rc1
88 container_name : nextcloud.nextcloud.dnp.dappnode.eth
99 volumes :
1010 - nextcloud-data:/var/www/html
@@ -27,7 +27,7 @@ services:
2727 build :
2828 context : db
2929 args :
30- UPSTREAM_VERSION : v34.0.0beta5
30+ UPSTREAM_VERSION : v34.0.0rc1
3131 container_name : db.nextcloud.dnp.dappnode.eth
3232 volumes :
3333 - db-data:/var/lib/mysql
@@ -41,7 +41,7 @@ services:
4141 build :
4242 context : redis
4343 args :
44- UPSTREAM_VERSION : v34.0.0beta5
44+ UPSTREAM_VERSION : v34.0.0rc1
4545 container_name : redis.nextcloud.dnp.dappnode.eth
4646 volumes :
4747 - redis-data:/data
You can’t perform that action at this time.
0 commit comments