[Compose] Update unbound, rspamd, dovecot, acme, netfilter, watchdog and dockerapi images

master
andryyy 2019-05-16 19:45:22 +02:00
parent 03f0bac916
commit 1bc802734d
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ version: '2.1'
services:
unbound-mailcow:
image: mailcow/unbound:1.6
image: mailcow/unbound:1.7
build: ./data/Dockerfiles/unbound
command: /usr/sbin/unbound
environment:
@ -71,7 +71,7 @@ services:
- clamd
rspamd-mailcow:
image: mailcow/rspamd:1.40
image: mailcow/rspamd:1.41
build: ./data/Dockerfiles/rspamd
stop_grace_period: 30s
depends_on:
@ -172,7 +172,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.70
image: mailcow/dovecot:1.71
build: ./data/Dockerfiles/dovecot
cap_add:
- NET_BIND_SERVICE
@ -310,7 +310,7 @@ services:
acme-mailcow:
depends_on:
- nginx-mailcow
image: mailcow/acme:1.53
image: mailcow/acme:1.54
build: ./data/Dockerfiles/acme
dns:
- ${IPV4_NETWORK:-172.22.1}.254
@ -339,7 +339,7 @@ services:
- acme
netfilter-mailcow:
image: mailcow/netfilter:1.23
image: mailcow/netfilter:1.24
build: ./data/Dockerfiles/netfilter
stop_grace_period: 30s
depends_on:
@ -363,7 +363,7 @@ services:
- /lib/modules:/lib/modules:ro
watchdog-mailcow:
image: mailcow/watchdog:1.41
image: mailcow/watchdog:1.42
# Debug
#command: /watchdog.sh
build: ./data/Dockerfiles/watchdog
@ -395,7 +395,7 @@ services:
- watchdog
dockerapi-mailcow:
image: mailcow/dockerapi:1.26
image: mailcow/dockerapi:1.27
restart: always
build: ./data/Dockerfiles/dockerapi
oom_kill_disable: true