Skip to content

Commit

Permalink
Update base image to mailserver2/debian-mail-overlay:1.0.7 (#43)
Browse files Browse the repository at this point in the history
Simple update to the latest [debian-mail-overlay](https://github.com/mailserver2/debian-mail-overlay/releases/tag/v1.0.7) image.
  • Loading branch information
SaraSmiseth committed Jan 6, 2022
1 parent b9f2ad7 commit 359790e
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.6
FROM mailserver2/debian-mail-overlay:1.0.7

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:13-alpine
-t postgres:14-alpine

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

0 comments on commit 359790e

Please sign in to comment.