Skip to content

Commit 1730403

Browse files
authored
update postfixadmin to 3.3.5 (#10)
1 parent ec0f9e7 commit 1730403

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
@@ -3,8 +3,8 @@ FROM alpine:3.13
33
LABEL description="PostfixAdmin is a web based interface used to manage mailboxes" \
44
maintainer="Hardware <[email protected]>"
55

6-
ARG VERSION=3.3.4
7-
ARG SHA256_HASH="8720ab6945d6526abffb18e8c5cb0f33a4fe884aa03749d55f0707e45f92b7eb"
6+
ARG VERSION=3.3.5
7+
ARG SHA256_HASH="675c6278b14db4efa35d264c4c28abc9b5f131f31f2d52f74c46a1d3dcaff97d"
88

99
RUN set -eux; \
1010
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.4)
13+
- Latest Postfixadmin version (3.3.5)
1414
- MariaDB/PostgreSQL driver
1515
- With PHP8
1616

0 commit comments

Comments
 (0)