Skip to content

Commit 8768377

Browse files
committed
Bumping up OS
1 parent 91c3750 commit 8768377

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Mailserver is intentionally modular. Its main mail-related functions are separat
3737

3838
* [docker-mailserver](https://github.com/technicalguru/docker-mailserver) - Provides help, guidance and examples how to orchestrate the Docker images
3939
* [docker-mailserver-postfix](https://github.com/technicalguru/docker-mailserver-postfix) - Implements the core mailing functionality to send and receive messages.
40+
* [docker-mailserver-opendkim](https://github.com/technicalguru/docker-mailserver-opendkim) - Implements the DKIM signing functionality.
4041
* [docker-mailserver-postfixadmin](https://github.com/technicalguru/docker-mailserver-postfixadmin) - Provides administration function for domains and mailboxes
4142
* [docker-mailserver-amavis](https://github.com/technicalguru/docker-mailserver-amavis) - Provides mail scanners to detect viruses and spam
4243
* [docker-mailserver-roundcube](https://github.com/technicalguru/docker-mailserver-roundcube) - A webmail interface that lets you pick-up, read, manage and send e-mails

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/long-grin-186810/rs-php:7.4.4-apache-2.4.38.0
1+
FROM eu.gcr.io/long-grin-186810/rs-php:7.4.10-apache-2.4.38.2
22
LABEL maintainer="Ralph Schuster <github@ralph-schuster.eu>"
33

44
RUN apt-get update && apt-get update && apt-get install -y --no-install-recommends \
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get update && apt-get install -y --no-install-recomme
1212
RUN chown -R www-data:www-data /var/www/html
1313

1414
ENV PFA_VERSION="3.2.4"
15+
ENV PFA_REVISION="0"
1516
ENV PFA_URL="https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-${PFA_VERSION}.tar.gz"
1617
RUN set -xe \
1718
&& cd /var/www/html \
@@ -31,8 +32,8 @@ RUN chown -R www-data:www-data .
3132
ARG ARG_CREATED
3233
ARG ARG_URL=https://github.com/technicalguru/docker-mailserver-postfixadmin
3334
ARG ARG_SOURCE=https://github.com/technicalguru/docker-mailserver-postfixadmin
34-
ARG ARG_VERSION="${PFA_VERSION}-01"
35-
ARG ARG_REVISION
35+
ARG ARG_VERSION="${PFA_VERSION}.${PFA_REVISION}"
36+
ARG ARG_REVISION="${PFA_REVISION}"
3637
ARG ARG_VENDOR=technicalguru
3738
ARG ARG_TITLE=technicalguru/mailserver-postfixadmin
3839
ARG ARG_DESCRIPTION="Provides PostfixAdmin Web UI with Apache/PHP"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ without the other components. However, a database server is always required to s
66
Related images:
77
* [docker-mailserver](https://github.com/technicalguru/docker-mailserver) - The main project, containing composition instructions
88
* [docker-mailserver-postfix](https://github.com/technicalguru/docker-mailserver-postfix) - Postfix/Dovecot image (mailserver component)
9+
* [docker-mailserver-opendkim](https://github.com/technicalguru/docker-mailserver-opendkim) - OpenDKIM image (DKIM signing milter component)
910
* [docker-mailserver-amavis](https://github.com/technicalguru/docker-mailserver-amavis) - Amavis, ClamAV and SpamAssassin (provides spam and virus detection)
1011
* [docker-mailserver-roundcube](https://github.com/technicalguru/docker-mailserver-roundcube) - Roundcube Webmailer
1112

0 commit comments

Comments
 (0)