Skip to content

Commit

Permalink
Bumping to version 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Paquet committed Mar 23, 2022
1 parent 4382e55 commit 14333a1
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,4 +1,4 @@
FROM alpine:3.15.1
FROM alpine:3.15.2

# Mailcatcher version
ARG MAILCATCHER_VERSION=0.8.2
Expand All @@ -24,7 +24,7 @@ RUN apk add --no-cache ruby ruby-bigdecimal \
ruby-dev make g++ sqlite-dev \
&& gem install -v $MAILCATCHER_VERSION mailcatcher --no-document \
&& apk del --rdepends --purge ruby-dev make g++ sqlite-dev \
&& apk update && apk upgrade \
# && apk update && apk upgrade \
&& rm -rf /var/cache/apk/* /tmp/* /var/tmp/*

# expose smtp port & web port
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Docker Mailcatcher using the latest Alpine Linux.
## Components & Versions
| component | version |
|---------------|----------|
| Alpine Linux | 3.15.1 |
| Alpine Linux | 3.15.2 |
| MailCatcher | 0.8.2 |
| Ruby | 3.0.3-r0 |
| SQLite | 3.36.0-r0 |
Expand Down Expand Up @@ -126,6 +126,7 @@ MailCatcher is running in `foreground` mode. This does not change MailCatcher be
| 1.7.1 | 2022-03-17 | Removing unnecessary packages |
| 1.7.2 | 2022-03-17 | Removed a build layer |
| 1.7.3 | 2022-03-18 | Fixing 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 |
## Wanna contribute?
Fork and pull your changes!<br>
To build run `docker build -t stpaquet/alpinemailcatcher`
Expand Down

0 comments on commit 14333a1

Please sign in to comment.