Skip to content

Commit

Permalink
Upgrade versions mailrelay 2.3, alpine 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukancagatay committed Nov 18, 2022
1 parent 5e87a29 commit 4752cd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.13 as builder
FROM alpine:3.16 as builder

ARG DOWNLOAD_URL=https://downloads.sourceforge.net/project/emailrelay/emailrelay/2.2/emailrelay-2.2-src.tar.gz
ARG DOWNLOAD_URL=https://downloads.sourceforge.net/project/emailrelay/emailrelay/2.3/emailrelay-2.3-src.tar.gz

RUN apk add --no-cache curl g++ make autoconf automake openssl-dev \
&& mkdir -p /tmp/build && cd /tmp/build \
Expand All @@ -11,7 +11,7 @@ RUN apk add --no-cache curl g++ make autoconf automake openssl-dev \
&& make -j $(nproc --all) \
&& make install

FROM alpine:3.13
FROM alpine:3.16
LABEL maintainer="Dogukan Cagatay <[email protected]>"

ENV PORT="25" \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

Available Tags:
- [latest](https://github.com/dogukancagatay/docker-emailrelay/blob/master/Dockerfile)
- [2.3](https://github.com/dogukancagatay/docker-emailrelay/blob/2.3/Dockerfile)
- [2.2](https://github.com/dogukancagatay/docker-emailrelay/blob/2.2/Dockerfile)
- [2.1](https://github.com/dogukancagatay/docker-emailrelay/blob/2.1/Dockerfile)
- [2.0.1](https://github.com/dogukancagatay/docker-emailrelay/blob/2.0.1/Dockerfile)
Expand Down

0 comments on commit 4752cd5

Please sign in to comment.