Update docker.io/wallabag/wallabag Docker tag to v2.6.11
Easy upgrade of Docker container to new micro version with version bumps of dependencies with dependency update facilitated by Mend's Renovate Bot.
Database migration runs smoothly and exited successfully.
docker exec -t bierochs-wallabag /var/www/wallabag/bin/console doctrine:migrations:migrate --env=prod --no-interaction
[OK] Already at the latest version ("Application\Migrations\Version20230613121354")
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/wallabag/wallabag | patch | 2.6.10 -> 2.6.11 |
Release Notes
wallabag/docker (docker.io/wallabag/wallabag)
v2.6.11
What's Changed
- Update CI by @j0k3r in https://github.com/wallabag/docker/pull/427
- Backport 2.6.10 into master by @nicosomb in https://github.com/wallabag/docker/pull/428
- Update README.md by @Luensche in https://github.com/wallabag/docker/pull/431
- Prepare 2.6.11 release by @yguedidi in https://github.com/wallabag/docker/pull/436
New Contributors
- @Luensche made their first contribution in https://github.com/wallabag/docker/pull/431
Full Changelog: https://github.com/wallabag/docker/compare/2.6.10...2.6.11