Skip to content

Commit ccdb164

Browse files
committed
Chore: Postfix/3.7.11
1 parent 7844ef0 commit ccdb164

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,9 +4,9 @@ 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.7.9"
7+
ENV PF_VERSION="3.7.11"
88
ENV PF_REVISION="0"
9-
ENV PF_PACKAGE="3.7.9-0+deb12u1"
9+
ENV PF_PACKAGE="3.7.11-0+deb12u1"
1010
RUN export DEBIAN_FRONTEND=noninteractive \
1111
&& PF_VERSION=${PF_PACKAGE} \
1212
&& apt-get update \

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.7.9.1, 3.7.9, 3.7, 3, latest](https://github.com/technicalguru/docker-mailserver-postfix/tree/v3.7.9.1) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfix/blob/3.7.9.1/Dockerfile)
17+
* [3.7.11.0, 3.7.11, 3.7, 3, latest](https://github.com/technicalguru/docker-mailserver-postfix/tree/v3.7.11.0) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfix/blob/3.7.11.0/Dockerfile)
1818
* [3.5.18.0, 3.5.18, 3.5](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)
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)