Skip to content

Commit

Permalink
Release v0.20.6 (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen authored Jun 13, 2024
1 parent 5c857ee commit 8383777
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
-e APP_URL=http://localhost \
-e DB_CONNECTION=sqlite \
-v ${PWD}:/config \
lscr.io/linuxserver/speedtest-tracker:0.20.5
lscr.io/linuxserver/speedtest-tracker:0.20.6
```

#### Docker Compose
Expand All @@ -50,7 +50,7 @@ services:
volumes:
- /path/to/data:/config
- /path/to-custom-ssl-keys:/config/keys
image: lscr.io/linuxserver/speedtest-tracker:0.20.5
image: lscr.io/linuxserver/speedtest-tracker:0.20.6
restart: unless-stopped
```
## Image version
Expand Down
4 changes: 2 additions & 2 deletions config/speedtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

return [

'build_date' => Carbon::parse('2024-06-11'),
'build_date' => Carbon::parse('2024-06-12'),

'build_version' => 'v0.20.5',
'build_version' => 'v0.20.6',

/**
* General settings.
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8383777

Please sign in to comment.