Skip to content

Commit

Permalink
Upgrading to Alpine 3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Paquet committed Apr 5, 2022
1 parent 909b5c6 commit a015fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.15.3
FROM alpine:3.15.4

# Mailcatcher version
ARG MAILCATCHER_VERSION=0.8.2

# Label
LABEL maintainer="[email protected]" \
version="1.7.5" \
version="1.7.6" \
description="Debug emails with style using mailcatcher a super simple SMTP server which catches messages sent to it and displays them in a web interface" \
org.label-schema.name="mailcatcher" \
org.label-schema.version="${MAILCATCHER_VERSION}" \
Expand Down
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Docker Mailcatcher using the latest Alpine Linux.

| component | version |
|---------------|----------|
| Alpine Linux | 3.15.3 |
| Alpine Linux | 3.15.4 |
| MailCatcher | 0.8.2 |
| Ruby | 3.0.3-r0 |
| SQLite | 3.36.0-r0 |
Expand Down Expand Up @@ -152,6 +152,7 @@ MailCatcher is running in `foreground` mode. This does not change MailCatcher be
| 1.7.3 | 2022-03-18 | Fixing [CVE-2022-0778](https://security.alpinelinux.org/vuln/CVE-2022-0778) once for all. In the previous versions, Libretls was outdated and offered a way to exploit CVE-2022-0778 |
| 1.7.4 | 2022-03-23 | Upgrading to Alpine Linux 3.15.2 which includes a fix for libretls [CVE-2022-0778](https://security.alpinelinux.org/vuln/CVE-2022-0778) and reverting to the default build process |
| 1.7.5 | 2022-03-31 | Upgrading to Alpine Linux 3.15.3 |
| 1.7.6 | 2022-04-05 | Upgrading to Alpine Linux 3.15.4 |

## Wanna contribute?

Expand Down

0 comments on commit a015fce

Please sign in to comment.