Skip to content

Commit

Permalink
chore(deps): update owncloud/server docker tag to v10.15.0 (#4362)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent b0c87e1 commit fae12e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions apps/owncloud/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
"available": true,
"exposable": true,
"id": "owncloud",
"tipi_version": 11,
"version": "10.14.0",
"categories": [
"data"
],
"tipi_version": 12,
"version": "10.15.0",
"categories": ["data"],
"description": "ownCloud gives you freedom and control over your own data. A personal cloud which runs on your own server. ",
"short_desc": "A personal cloud which runs on your own server. ",
"author": "https://github.com/owncloud",
Expand Down Expand Up @@ -39,8 +37,5 @@
"env_variable": "OWNCLOUD_PASSWORD"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}
2 changes: 1 addition & 1 deletion apps/owncloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
owncloud:
image: owncloud/server:10.14.0
image: owncloud/server:10.15.0
container_name: owncloud
restart: unless-stopped
ports:
Expand Down

0 comments on commit fae12e8

Please sign in to comment.