Skip to content

Commit

Permalink
Upgrading to Alpine Linux 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Paquet committed Aug 2, 2022
1 parent 2a2f1de commit 6bf66b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.16.1

# Mailcatcher version
ARG MAILCATCHER_VERSION=0.8.2
Expand Down
2 changes: 1 addition & 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.16.0 |
| Alpine Linux | 3.16.1 |
| MailCatcher | 0.8.2 |
| Ruby | 3.1.2-r0 |
| SQLite | 3.36.0-r0 |
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.16.0 |
| Alpine Linux | 3.16.1 |
| MailCatcher | 0.8.2 |
| Ruby | 3.1.2-r0 |
| SQLite | 3.36.0-r0 |
Expand Down Expand Up @@ -163,6 +163,7 @@ MailCatcher is running in `foreground` mode. This does not change MailCatcher be
| 1.7.6 | 2022-04-05 | Upgrading to Alpine Linux 3.15.4 |
| 1.7.7 | 2022-05-25 | Upgrading to Alpine Linux 3.16.0 |
| 1.7.8 | 2022-05-30 | Fixing #5 - net-smtp was not properly loading when using ruby 3.1 |
| 1.7.9 | 2022-08-02 | Upgrading to Alpine Linux 3.16.1 - fix 2 major issues: busybox [CVE-2022-30065](https://security.alpinelinux.org/vuln/CVE-2022-30065) and openssl [CVE-2022-2097](https://security.alpinelinux.org/vuln/CVE-2022-2097). Alpine 3.16.1 detail change log can be found [here](https://www.alpinelinux.org/posts/Alpine-3.16.1-released.html) |

## Wanna contribute?

Expand Down

0 comments on commit 6bf66b7

Please sign in to comment.