Skip to content

Commit

Permalink
update postfixadmin to 3.3.5 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraSmiseth authored Jan 29, 2021
1 parent ec0f9e7 commit 1730403
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 @@ -3,8 +3,8 @@ FROM alpine:3.13
LABEL description="PostfixAdmin is a web based interface used to manage mailboxes" \
maintainer="Hardware <[email protected]>"

ARG VERSION=3.3.4
ARG SHA256_HASH="8720ab6945d6526abffb18e8c5cb0f33a4fe884aa03749d55f0707e45f92b7eb"
ARG VERSION=3.3.5
ARG SHA256_HASH="675c6278b14db4efa35d264c4c28abc9b5f131f31f2d52f74c46a1d3dcaff97d"

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.4)
- Latest Postfixadmin version (3.3.5)
- MariaDB/PostgreSQL driver
- With PHP8

Expand Down

0 comments on commit 1730403

Please sign in to comment.