Skip to content

Commit 327e687

Browse files
committed
bump nextcloud/server to v34.0.0rc1
1 parent 5d43a6f commit 327e687

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"upstream": [
55
{
66
"repo": "nextcloud/server",
7-
"version": "v34.0.0beta5",
7+
"version": "v34.0.0rc1",
88
"arg": "UPSTREAM_VERSION"
99
}
1010
],

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)