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 (#5964)

* chore(deps): update lscr.io/linuxserver/speedtest-tracker docker tag to v1

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <[email protected]>
  • Loading branch information
renovate[bot] and Tipi CI authored Dec 26, 2024
1 parent 72a346f commit 491a517
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": 52,
"version": "0.26.0",
"tipi_version": 53,
"version": "1.0.0",
"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": 1733976925000
"updated_at": 1734113352000
}
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:0.26.0
image: lscr.io/linuxserver/speedtest-tracker:1.0.0
container_name: speedtest-tracker
environment:
- PUID=1000
Expand Down

0 comments on commit 491a517

Please sign in to comment.