Update docker.io/adminer Docker tag to v5.5.1
No problems upgrading the Docker container with a Docker compose yaml file within Portainer and by means of Portainer DevOps resp. GitOps with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/adminer (source) | patch | 5.5.0 → 5.5.1 |
Release Notes
vrana/adminer (docker.io/adminer)
v5.5.1
- Ignore invalid X-Forwarded-Prefix (GHSA-fr74-9mf9-gf44)
- Login: Allow :/_ in server (bug #1305, regression from 5.5.0)
- Compile: Valid UTF-8 (bug #1113, #1213)
- Add missing translations
- Syntax highlighting: Update MySQL, MariaDB, SQLite, PostgreSQL
- Support disabled set_time_limit() and ini_set() (bug #1288)
- PostgreSQL: Log in with empty server (bug #1304, regression from 5.5.0)
Internal
- Compile: Replace LZW with deflate compression
- Update PHPCS and PHPStan