We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65054f commit 5a3df6dCopy full SHA for 5a3df6d
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mailserver2/debian-mail-overlay:1.0.15
+FROM mailserver2/debian-mail-overlay:1.0.16
2
3
LABEL description="Simple and full-featured mail server using Docker"
4
Makefile
@@ -63,7 +63,7 @@ init_postgres:
63
-e POSTGRES_USER=postfix \
64
-e POSTGRES_PASSWORD=testpasswd \
65
-v "`pwd`/test/config/postgres":/docker-entrypoint-initdb.d \
66
- -t postgres:14-alpine
+ -t postgres:16-alpine
67
68
init_ldap: init_openldap init_redis
69
-docker rm -f \
0 commit comments