Update docker.io/matomo Docker tag to v5.7.1
No problems automatically updating the Docker image, migrating the application manually and run the container by Watchtower with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/matomo | patch | 5.7.0 → 5.7.1 |
Release Notes
matomo-org/matomo (docker.io/matomo)
v5.7.1
Breaking Changes
- HTTP APIs that accept
idSitenow validate it more strictly. Invalid values that were previously ignored can now trigger a 400 Bad Request, and some endpoints now enforce integeridSiteparameters (e.g., non-numeric values may raise a TypeError).