Skip to content

Commit

Permalink
Fixing a version number in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
spaquet committed Oct 6, 2023
1 parent c5fff0f commit 1d153f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG MAILCATCHER_VERSION=0.9.0

# Label
LABEL maintainer="[email protected]" \
version="1.8.0" \
version="1.8.1" \
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
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ MailCatcher is running in `foreground` mode. This does not change MailCatcher be
| 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) |
| 1.7.10 | 2022-08-16 | Upgrading to Alpine Linux 3.16.2 |
| 1.7.11 | 2022-11-28 | Upgrading to Alpine Linux 3.17.0 and mailcatcher 0.9.0.beta1 |
| 1.9.0 | 2023-10-06 | Upgrading to Alpine Linux 3.18.4 and mailcatcher 0.9.0 |
| 1.8.1 | 2023-10-06 | Upgrading to Alpine Linux 3.18.4 and mailcatcher 0.9.0 |

## Wanna contribute?

Expand Down

0 comments on commit 1d153f9

Please sign in to comment.