Skip to content

Commit 4046911

Browse files
authored
Update Postfixadmin (#17)
-Update to Postfixadmin 3.3.13
1 parent 9a4c829 commit 4046911

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM alpine:3.17
22

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

5-
ARG VERSION=3.3.11
5+
ARG VERSION=3.3.13
66
ARG PHP_VERSION=81
7-
ARG SHA256_HASH="bcbee633e845f730bef7b01912da12574b6766f4f7560edc28891ff644596c22"
7+
ARG SHA256_HASH="026c4f370656b96b6c9f62328e901b9416a6e56d1c4df86249995d661498947b"
88

99
RUN set -eux; \
1010
apk update && apk upgrade; \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PostfixAdmin is a web based interface used to manage mailboxes, virtual domains
1010

1111
- Lightweight & secure image (no root process)
1212
- Based on Alpine Linux
13-
- Latest Postfixadmin version (3.3.11)
13+
- Latest Postfixadmin version (3.3.13)
1414
- MariaDB/PostgreSQL driver
1515
- With PHP8
1616

0 commit comments

Comments
 (0)