From ad4f03e978067fb9c7f4f84aae0ef82ce5703a79 Mon Sep 17 00:00:00 2001 From: ralph Date: Thu, 28 Dec 2023 08:40:35 +0000 Subject: [PATCH] Debian/12 --- Dockerfile | 2 +- README.md | 2 +- build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2eefb15..ad03cc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM technicalguru/php:8.2.5-apache-2.4.56.0 +FROM technicalguru/php:8.2.14-apache-2.4.57.0 LABEL maintainer="Ralph Schuster " RUN apt-get update && apt-get update && apt-get install -y --no-install-recommends \ diff --git a/README.md b/README.md index 1b9159a..175a253 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Related images: # Tags The following versions are available from DockerHub. The image tag matches the PostfixAdmin version. -* [3.3.13.0, 3.3.13, 3.3, 3, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-postfixadmin/tree/v3.3.13.0) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfixadmin/blob/3.3.13.0/Dockerfile) +* [3.3.13.1, 3.3.13, 3.3, 3, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-postfixadmin/tree/v3.3.13.1) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-postfixadmin/blob/3.3.13.1/Dockerfile) * [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) # Features diff --git a/build.sh b/build.sh index 35836e7..fa9b0a5 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -docker build -t technicalguru/mailserver-postfixadmin:latest . +docker build --progress=plain -t technicalguru/mailserver-postfixadmin:latest .