Skip to content

Releases: spaquet/docker-alpine-mailcatcher

v1.8.3

09 Oct 17:32
Compare
Choose a tag to compare
  • Alpine upgraded to version 3.18.4
  • Ruby is now version 3.2.0
  • Mailcatcher upgraded to version 0.9
  • README and other documents upgraded to report the new configuration
  • Fix #12

v1.8.0

06 Oct 23:21
Compare
Choose a tag to compare
  • Alpine upgraded to version 3.18.4
  • Ruby is now version 3.2.0
  • Mailcatcher upgraded to version 0.9
  • README and other documents upgraded to report the new configuration
  • Special note for Apple M1

v1.7.10

16 Aug 19:05
Compare
Choose a tag to compare

v1.7.9

02 Aug 20:32
Compare
Choose a tag to compare
  • Upgrading to Alpine Linux version 3.16.1

Fixes the following major issues:

Alpine Linux 3.16.1 change log can be found here

v1.7.8

30 May 12:46
Compare
Choose a tag to compare
  • Fixing issue #5

v1.7.7

26 May 05:48
Compare
Choose a tag to compare
  • Upgrading Alpine Linux to 3.16.0

v1.7.6

05 Apr 15:28
Compare
Choose a tag to compare
  • Upgrading to Linux 3.15.4

v1.7.5

31 Mar 08:10
Compare
Choose a tag to compare
  • Upgrading to Alpine Linux 3.15.3

v1.7.4

23 Mar 19:25
Compare
Choose a tag to compare

v1.7.3

18 Mar 17:02
Compare
Choose a tag to compare
  • 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