Skip to content

Commit 9b31281

Browse files
authored
upgraded to 3.3.8 (#12)
1 parent 1730403 commit 9b31281

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
FROM alpine:3.13
22

3-
LABEL description="PostfixAdmin is a web based interface used to manage mailboxes" \
4-
maintainer="Hardware <contact@meshup.net>"
3+
LABEL description="PostfixAdmin is a web based interface used to manage mailboxes"
54

6-
ARG VERSION=3.3.5
7-
ARG SHA256_HASH="675c6278b14db4efa35d264c4c28abc9b5f131f31f2d52f74c46a1d3dcaff97d"
5+
ARG VERSION=3.3.8
6+
ARG SHA256_HASH="89e7084b1175893bcfa8162e3a3ccd19e8235eb3ddfcae7b853ca224f7bc16fc"
87

98
RUN set -eux; \
109
apk add --no-cache \

0 commit comments

Comments
 (0)