Skip to content

Commit

Permalink
Update base image to mailserver2/debian-mail-overlay:1.0.16 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraSmiseth authored Oct 15, 2024
1 parent d65054f commit 5a3df6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mailserver2/debian-mail-overlay:1.0.15
FROM mailserver2/debian-mail-overlay:1.0.16

LABEL description="Simple and full-featured mail server using Docker"

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ init_postgres:
-e POSTGRES_USER=postfix \
-e POSTGRES_PASSWORD=testpasswd \
-v "`pwd`/test/config/postgres":/docker-entrypoint-initdb.d \
-t postgres:14-alpine
-t postgres:16-alpine

init_ldap: init_openldap init_redis
-docker rm -f \
Expand Down

0 comments on commit 5a3df6d

Please sign in to comment.