Skip to content

Commit 4983839

Browse files
committed
Chore: Apache+PHP, PFA/3.3.15
1 parent 6178dc1 commit 4983839

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM technicalguru/php:8.2.18-apache-2.4.57.0
1+
FROM technicalguru/php:8.2.24-apache-2.4.62.0
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.3.13"
14+
ENV PFA_VERSION="3.3.15"
1515
ENV PFA_REVISION="0"
1616
ENV PFA_URL="https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-${PFA_VERSION}.tar.gz"
1717
RUN set -xe \

README.md

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

16-
* [3.3.13.2, 3.3.13, 3.3, 3, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-postfixadmin/tree/v3.3.13.2) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfixadmin/blob/3.3.13.2/Dockerfile)
16+
* [3.3.15.0, 3.3.15, 3.3, 3, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-postfixadmin/tree/v3.3.13.2) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfixadmin/blob/3.3.15.0/Dockerfile)
1717
* [3.2.4-01, 3.2.4, 3.2](https://hub.docker.com/repository/docker/technicalguru/mailserver-postfixadmin/tree/v3.2.4-01) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfixadmin/blob/3.2.4-01/Dockerfile)
1818

1919
# Features

0 commit comments

Comments
 (0)