Skip to content

Commit b666a18

Browse files
committed
New base image / Upgrade to PFA/3.3.13
1 parent f712ae8 commit b666a18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

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

0 commit comments

Comments
 (0)