Skip to content

Commit

Permalink
chore(deps): update lscr.io/linuxserver/speedtest-tracker docker tag …
Browse files Browse the repository at this point in the history
…to v1.0.2 (#6130)
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 491a517 commit 4fb5625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 4fb5625

Please sign in to comment.