We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1730403 commit 9b31281Copy full SHA for 9b31281
1 file changed
Dockerfile
@@ -1,10 +1,9 @@
1
FROM alpine:3.13
2
3
-LABEL description="PostfixAdmin is a web based interface used to manage mailboxes" \
4
- maintainer="Hardware <contact@meshup.net>"
+LABEL description="PostfixAdmin is a web based interface used to manage mailboxes"
5
6
-ARG VERSION=3.3.5
7
-ARG SHA256_HASH="675c6278b14db4efa35d264c4c28abc9b5f131f31f2d52f74c46a1d3dcaff97d"
+ARG VERSION=3.3.8
+ARG SHA256_HASH="89e7084b1175893bcfa8162e3a3ccd19e8235eb3ddfcae7b853ca224f7bc16fc"
8
9
RUN set -eux; \
10
apk add --no-cache \
0 commit comments