Skip to content

Commit

Permalink
Update postfixadmin to 3.3.11 + alpine to 3.15 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraSmiseth authored Mar 7, 2022
1 parent f580f74 commit f4ce1f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.14
FROM alpine:3.15

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

ARG VERSION=3.3.10
ARG SHA256_HASH="b162cef0968225b33c251d5e7e872ca93ec790f275b874659f34b2ec69b9812c"
ARG VERSION=3.3.11
ARG SHA256_HASH="bcbee633e845f730bef7b01912da12574b6766f4f7560edc28891ff644596c22"

RUN set -eux; \
apk add --no-cache \
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.5)
- Latest Postfixadmin version (3.3.11)
- MariaDB/PostgreSQL driver
- With PHP8

Expand Down

0 comments on commit f4ce1f6

Please sign in to comment.