Skip to content

Commit

Permalink
Update Postfixadmin (#17)
Browse files Browse the repository at this point in the history
-Update to Postfixadmin 3.3.13
  • Loading branch information
merzi authored Dec 11, 2022
1 parent 9a4c829 commit 4046911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM alpine:3.17

LABEL description="PostfixAdmin is a web based interface used to manage mailboxes"

ARG VERSION=3.3.11
ARG VERSION=3.3.13
ARG PHP_VERSION=81
ARG SHA256_HASH="bcbee633e845f730bef7b01912da12574b6766f4f7560edc28891ff644596c22"
ARG SHA256_HASH="026c4f370656b96b6c9f62328e901b9416a6e56d1c4df86249995d661498947b"

RUN set -eux; \
apk update && apk upgrade; \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PostfixAdmin is a web based interface used to manage mailboxes, virtual domains

- Lightweight & secure image (no root process)
- Based on Alpine Linux
- Latest Postfixadmin version (3.3.11)
- Latest Postfixadmin version (3.3.13)
- MariaDB/PostgreSQL driver
- With PHP8

Expand Down

0 comments on commit 4046911

Please sign in to comment.