We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f712ae8 commit b666a18Copy full SHA for b666a18
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM technicalguru/php:8.1.11-apache-2.4.54.0
+FROM technicalguru/php:8.2.5-apache-2.4.56.0
2
LABEL maintainer="Ralph Schuster <github@ralph-schuster.eu>"
3
4
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
11
#ADD etc/sites/ /etc/apache2/sites-enabled/
12
RUN chown -R www-data:www-data /var/www/html
13
14
-ENV PFA_VERSION="3.3.11"
+ENV PFA_VERSION="3.3.13"
15
ENV PFA_REVISION="0"
16
ENV PFA_URL="https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-${PFA_VERSION}.tar.gz"
17
RUN set -xe \
0 commit comments