remove leftover statement on `/etc/os-release`

This commit is contained in:
georglauterbach 2024-01-30 17:16:41 +01:00
parent dfd5edc000
commit 0b8df1f06c
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ The most noteworthy change of this release is the update of the container's base
- Notable minor version bump: `postfix 3.5.23 => 3.7.9` - Notable minor version bump: `postfix 3.5.23 => 3.7.9`
- Notable minor version bump + downgrade: `dovecot 2.3.13 => 2.3.19` (_Previous release provided `2.3.21` via community repo, `2.3.19` is now the default_) - Notable minor version bump + downgrade: `dovecot 2.3.13 => 2.3.19` (_Previous release provided `2.3.21` via community repo, `2.3.19` is now the default_)
- Updates to `packages.sh`: - Updates to `packages.sh`:
- The script now uses `/etc/os-release` to determine the release name of Debian
- Removed custom installations of Fail2Ban, getmail6 and Rspamd - Removed custom installations of Fail2Ban, getmail6 and Rspamd
- Updated packages lists and added comments for maintainability - Updated packages lists and added comments for maintainability
- OpenDMARC upgrade: `v1.4.0` => `v1.4.2` ([#3841](https://github.com/docker-mailserver/docker-mailserver/pull/3841)) - OpenDMARC upgrade: `v1.4.0` => `v1.4.2` ([#3841](https://github.com/docker-mailserver/docker-mailserver/pull/3841))