Skip to content

Commit

Permalink
Debian/12
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalguru committed Dec 28, 2023
1 parent b2faa5a commit ad4f03e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"

RUN apt-get update && apt-get update && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker build -t technicalguru/mailserver-postfixadmin:latest .
docker build --progress=plain -t technicalguru/mailserver-postfixadmin:latest .

0 comments on commit ad4f03e

Please sign in to comment.