Skip to content

Commit f4ce1f6

Browse files
authored
Update postfixadmin to 3.3.11 + alpine to 3.15 (#14)
1 parent f580f74 commit f4ce1f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM alpine:3.14
1+
FROM alpine:3.15
22

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

5-
ARG VERSION=3.3.10
6-
ARG SHA256_HASH="b162cef0968225b33c251d5e7e872ca93ec790f275b874659f34b2ec69b9812c"
5+
ARG VERSION=3.3.11
6+
ARG SHA256_HASH="bcbee633e845f730bef7b01912da12574b6766f4f7560edc28891ff644596c22"
77

88
RUN set -eux; \
99
apk add --no-cache \

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.5)
13+
- Latest Postfixadmin version (3.3.11)
1414
- MariaDB/PostgreSQL driver
1515
- With PHP8
1616

0 commit comments

Comments
 (0)