From 8c2e32bdd2d0ade51cdfe16dc7eee2f664bc204d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=87a=C4=9Fatay?= Date: Fri, 20 Sep 2024 23:57:52 +0200 Subject: [PATCH] chore: Update emailrelay to version 2.6 Emailrelay version is bumped to 2.6 along with the base alpine image, that is bumped to 3.20. --- Dockerfile | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cb0f5fd..5a276f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 3d0736b..adecc7c 100644 --- a/README.md +++ b/README.md @@ -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`