Releases: spaquet/docker-alpine-mailcatcher
Releases · spaquet/docker-alpine-mailcatcher
v1.8.3
v1.8.0
v1.7.10
- Upgrading to Alpine Linux 3.16.2
- Major fix: CVE-2022-37434
v1.7.9
- Upgrading to Alpine Linux version 3.16.1
Fixes the following major issues:
- busybox CVE-2022-30065
- openssl CVE-2022-2097
Alpine Linux 3.16.1 change log can be found here
v1.7.8
v1.7.7
v1.7.6
v1.7.5
v1.7.4
- Upgrading to Alpine Linux 3.15.2
- Removing the quick fix for libretls (CVE-2022-0778)
- Fixing Libretls CVE-2022-0778
v1.7.3
- Upgrading Libretls to a version that does not suffer from CVE-2022-0778
- Adding api update && upgrade after install to prevent outdated libraries to remain in the final version of the image
- Full list of the install package and their version can be extracted via
docker exec -I <image name> apk info -vv | sort