Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/wizarrrr/wizarr docker tag to v4.2.0 #5983

Merged
merged 3 commits into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/wizarr/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"dynamic_config": true,
"id": "wizarr",
"tipi_version": 12,
"version": "4.1.1",
"tipi_version": 13,
"version": "4.2.0",
"categories": ["utilities"],
"description": "Wizarr is an automatic user invitation system for Plex and Jellyfin. Create a unique link and share it to a user and they will be invited to your Media Server after they complete there signup proccess! They can even be guided to download the clients and read instructions on how to use your media software!",
"short_desc": "Wizarr is an automatic user invitation system for Plex and Jellyfin.",
Expand All @@ -17,5 +17,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733761417403
"updated_at": 1734288343000
}
2 changes: 1 addition & 1 deletion apps/wizarr/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "wizarr",
"image": "ghcr.io/wizarrrr/wizarr:4.1.1",
"image": "ghcr.io/wizarrrr/wizarr:4.2.0",
"isMain": true,
"internalPort": 5690,
"volumes": [
Expand Down
2 changes: 1 addition & 1 deletion apps/wizarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
wizarr:
container_name: wizarr
image: ghcr.io/wizarrrr/wizarr:4.1.1
image: ghcr.io/wizarrrr/wizarr:4.2.0
ports:
- ${APP_PORT}:5690
volumes:
Expand Down
Loading