Skip to content

Commit dbe96af

Browse files
committed
Update to Postfix/3.5.18
1 parent ac2dd3b commit dbe96af

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ LABEL maintainer="Ralph Schuster <github@ralph-schuster.eu>"
44
RUN echo "postfix postfix/mailname string mail.example.com" | debconf-set-selections
55
RUN echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections
66

7-
ENV PF_VERSION="3.5.13"
7+
ENV PF_VERSION="3.5.18"
88
ENV PF_REVISION="1"
99
RUN export DEBIAN_FRONTEND=noninteractive \
10-
&& PF_VERSION=3.5.13-0+deb11u1 \
10+
&& PF_VERSION=3.5.18-0+deb11u1 \
1111
&& apt-get update \
1212
&& apt-get install -y --no-install-recommends \
1313
default-mysql-client \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Related images:
1414
# Tags
1515
The following versions are available from DockerHub. The image tag matches the Postfix version.
1616

17-
* [3.5.13.0, 3.5.13, 3.5, 3, latest](https://github.com/technicalguru/docker-mailserver-postfix/tree/v3.5.13.0) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfix/blob/3.5.13.0/Dockerfile)
17+
* [3.5.18.0, 3.5.18, 3.5, 3, latest](https://github.com/technicalguru/docker-mailserver-postfix/tree/v3.5.18.0) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfix/blob/3.5.18.0/Dockerfile)
1818
* [3.5.6.1, 3.5.6](https://github.com/technicalguru/docker-mailserver-postfix/tree/v3.5.6.1) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfix/blob/3.5.6.1/Dockerfile)
1919
* [3.4.14.0, 3.4.14, 3.4](https://github.com/technicalguru/docker-mailserver-postfix/tree/v3.4.14.0) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfix/blob/3.4.14.0/Dockerfile)
2020

0 commit comments

Comments
 (0)