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 lscr.io/linuxserver/speedtest-tracker docker tag to v1.0.2 #6130

Merged
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/speedtest-tracker/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "speedtest-tracker",
"tipi_version": 53,
"version": "1.0.0",
"tipi_version": 54,
"version": "1.0.2",
"categories": ["utilities"],
"description": "Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.",
"short_desc": "Internet performance tracking application.",
Expand Down Expand Up @@ -50,5 +50,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734113352000
"updated_at": 1735208406000
}
2 changes: 1 addition & 1 deletion apps/speedtest-tracker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
speedtest-tracker:
image: lscr.io/linuxserver/speedtest-tracker:1.0.0
image: lscr.io/linuxserver/speedtest-tracker:1.0.2
container_name: speedtest-tracker
environment:
- PUID=1000
Expand Down
Loading