Skip to content

Commit

Permalink
chore(deps): update deluan/navidrome docker tag to v0.53.2 (#4928)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2024
1 parent 185fb1a commit cec9701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/navidrome/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"exposable": true,
"id": "navidrome",
"description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
"tipi_version": 14,
"version": "0.53.1",
"tipi_version": 15,
"version": "0.53.2",
"categories": ["media", "music"],
"short_desc": "A selfhosted music server",
"author": "https://github.com/Bvoxl",
"source": "https://github.com/navidrome/navidrome/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1726624502000
"updated_at": 1726984786000
}
2 changes: 1 addition & 1 deletion apps/navidrome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
navidrome:
container_name: navidrome
image: deluan/navidrome:0.53.1
image: deluan/navidrome:0.53.2
ports:
- ${APP_PORT}:4533
restart: unless-stopped
Expand Down

0 comments on commit cec9701

Please sign in to comment.