Skip to content

Commit 096298d

Browse files
committed
Upgrade to bullseye and PFA 3.3.10
1 parent 95b5663 commit 096298d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM technicalguru/rs-php:7.4.19-apache-2.4.38.3
1+
FROM technicalguru/rs-php:7.4.24-apache-2.4.48.1
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 \
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get update && apt-get install -y --no-install-recomme
1111
#ADD etc/sites/ /etc/apache2/sites-enabled/
1212
RUN chown -R www-data:www-data /var/www/html
1313

14-
ENV PFA_VERSION="3.2.4"
14+
ENV PFA_VERSION="3.3.10"
1515
ENV PFA_REVISION="0"
1616
ENV PFA_URL="https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-${PFA_VERSION}.tar.gz"
1717
RUN set -xe \
@@ -22,7 +22,7 @@ RUN set -xe \
2222
&& mkdir templates_c
2323

2424
ADD src/ /var/www/html/
25-
RUN patch model/MailboxHandler.php < MailboxHandler.php.patch
25+
#RUN patch model/MailboxHandler.php < MailboxHandler.php.patch
2626

2727
RUN chown -R www-data:www-data .
2828

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Related images:
1313
# Tags
1414
The following versions are available from DockerHub. The image tag matches the PostfixAdmin version.
1515

16-
* [3.2.4-01, 3.2.4, 3.2, 3, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-postfixadmin) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfixadmin/blob/3.2.4-01/Dockerfile)
16+
* [3.3.10.0, 3.3.10, 3.3, 3, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-postfixadmin) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfixadmin/blob/3.3.10.0/Dockerfile)
17+
* [3.2.4-01, 3.2.4, 3.2](https://hub.docker.com/repository/docker/technicalguru/mailserver-postfixadmin) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfixadmin/blob/3.2.4-01/Dockerfile)
1718

1819
# Features
1920
* Database and PostfixAdmin setup from environment variables

0 commit comments

Comments
 (0)