Update docker.io/wallabag/wallabag Docker tag to v2.6.13
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.12 -> 2.6.13 |
Release Notes
wallabag/docker (docker.io/wallabag/wallabag)
v2.6.13
What's Changed
- Install the opcache extension #162 by @deviantintegral in https://github.com/wallabag/docker/pull/439
- Add healthcheck to image by @caspermeijn in https://github.com/wallabag/docker/pull/430
- Support dualstack listen on nginx by @Kdecherf in https://github.com/wallabag/docker/pull/440
- Prepare 2.6.13 release by @nicosomb in https://github.com/wallabag/docker/pull/443
New Contributors
- @deviantintegral made their first contribution in https://github.com/wallabag/docker/pull/439
- @caspermeijn made their first contribution in https://github.com/wallabag/docker/pull/430
Full Changelog: https://github.com/wallabag/docker/compare/2.6.12...2.6.13