Skip to content

Commit

Permalink
chore: Update emailrelay to version 2.6
Browse files Browse the repository at this point in the history
Emailrelay version is bumped to 2.6 along with the base alpine image,
that is bumped to 3.20.
  • Loading branch information
dogukancagatay committed Sep 20, 2024
1 parent 9edb4da commit 0f93c88
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,7 +1,7 @@
FROM alpine:3.18
FROM alpine:3.20

# BASE_VERSION is X.X for minor and X.X.X for patch
ARG BASE_VERSION=2.5.2
ARG BASE_VERSION=2.6
ARG SUB_VERSION=
ARG DOWNLOAD_URL=https://downloads.sourceforge.net/project/emailrelay/emailrelay/${BASE_VERSION}/emailrelay-${BASE_VERSION}${SUB_VERSION}-src.tar.gz

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Available Tags:

[All tags](https://hub.docker.com/r/dcagatay/emailrelay/tags)

- `latest`, `2.5.2`
- `latest`, `2.6`
- `2.5.2`
- `2.5.1a`
- `2.5.1`
- `2.5`
Expand Down

0 comments on commit 0f93c88

Please sign in to comment.